mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-26 18:25:06 -06:00
Prepare v0.57.0 development
Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
committed by
Ashutosh Narkar
parent
016cb07ac9
commit
4d7a844ffe
@@ -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.56.0
|
||||
|
||||
This release contains a mix of new features, bugfixes and a new builtin function.
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
// Version is the canonical version of OPA.
|
||||
var Version = "0.56.0"
|
||||
var Version = "0.57.0-dev"
|
||||
|
||||
// GoVersion is the version of Go this was built with
|
||||
var GoVersion = runtime.Version()
|
||||
|
||||
Reference in New Issue
Block a user