Prepare v0.69.0 development (#6977)

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2024-08-29 22:52:03 +02:00
committed by GitHub
parent db53d77c48
commit 0198dcd040
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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.
+1 -1
View File
@@ -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()