diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c441e04a..93e3ae4fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + ## 1.19.0 This release contains a mix of new features and bug fixes. Notably: diff --git a/v1/version/version.go b/v1/version/version.go index cb30f722fc..2bd6d49f87 100644 --- a/v1/version/version.go +++ b/v1/version/version.go @@ -10,7 +10,7 @@ import ( "runtime/debug" ) -var Version = "1.19.0" +var Version = "1.20.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()