diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b591a6ed..6ede1bb5a6 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.68.0 This release contains a mix of features and bugfixes. diff --git a/version/version.go b/version/version.go index 7dece01579..28bdd6ae49 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version is the canonical version of OPA. -var Version = "0.68.0" +var Version = "0.69.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()