diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e190ac25..c70e6870ee 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 + ## 0.62.0 > **_NOTES:_** diff --git a/version/version.go b/version/version.go index 602018d1d8..acf722212e 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version is the canonical version of OPA. -var Version = "0.62.0" +var Version = "0.63.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()