Skip to content

Commit

Permalink
Merge pull request #1517 from buildkite/keithduncan/release/3.33.1
Browse files Browse the repository at this point in the history
Bump version and changelog for v3.33.1
  • Loading branch information
keithduncan authored Sep 28, 2021
2 parents 9546c32 + fab07b6 commit f28209e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.33.1](https://github.com/buildkite/agent/compare/v3.33.0...v3.33.1) (2021-09-28)

### Fixed

* A crash in `buildkite-agent bootstrap` when command hooks early exit [#1516](https://github.com/buildkite/agent/pull/1516)

## [v3.33.0](https://github.com/buildkite/agent/compare/v3.32.3...v3.33.0) (2021-09-27)

### Added
Expand Down
2 changes: 1 addition & 1 deletion agent/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "runtime"
//
// Pre-release builds' versions must be in the format `x.y-beta`, `x.y-beta.z` or `x.y-beta.z.a`

var baseVersion string = "3.33.0"
var baseVersion string = "3.33.1"
var buildVersion string = ""

func Version() string {
Expand Down

0 comments on commit f28209e

Please sign in to comment.