diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e0532bf7..400b7fafef 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.0.0 > **_NOTES:_** diff --git a/v1/version/version.go b/v1/version/version.go index 3b550b81fd..03dccd62dd 100644 --- a/v1/version/version.go +++ b/v1/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version is the canonical version of OPA. -var Version = "1.0.0" +var Version = "1.1.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()