From f98a643b7d58288f86630c7f4fcd178612361717 Mon Sep 17 00:00:00 2001 From: Chloe Hutchinson Date: Wed, 21 Apr 2021 14:50:27 +1000 Subject: [PATCH] Bump version for v3.29.0 release --- CHANGELOG.md | 2 +- agent/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdd2f68cd..20ba6f5e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Output-redactor: redact shell logger, including changed env vars [#1401](https://github.com/buildkite/agent/pull/1401) ([pda](https://github.com/pda)) * Add *_ACCESS_KEY & *_SECRET_KEY to default redactor-var [#1405](https://github.com/buildkite/agent/pull/1405) ([pda](https://github.com/pda)) * Build with Golang 1.16.3 [#1412](https://github.com/buildkite/agent/pull/1412) ([dependabot[bot]](https://github.com/apps/dependabot)) -* Update [Buildkite CLI](https://github.com/buildkite/cli) release from 1.0.0 tp 1.2.0 [#1403](https://github.com/buildkite/agent/pull/1403) ([yob](https://github.com/yob)) +* Update [Buildkite CLI](https://github.com/buildkite/cli) release from 1.0.0 to 1.2.0 [#1403](https://github.com/buildkite/agent/pull/1403) ([yob](https://github.com/yob)) ### Fixed * Avoid occasional failure to run jobs when working directory is missing [#1402](https://github.com/buildkite/agent/pull/1402) ([yob](https://github.com/yob)) diff --git a/agent/version.go b/agent/version.go index c3d4e53a85..b19eac5d83 100644 --- a/agent/version.go +++ b/agent/version.go @@ -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.29.0-beta.1" +var baseVersion string = "3.29.0" var buildVersion string = "" func Version() string {