From 4d7a844ffef162ab4e9309a376bc3eeca12932bb Mon Sep 17 00:00:00 2001 From: Johan Fylling Date: Thu, 31 Aug 2023 16:23:02 +0200 Subject: [PATCH] Prepare v0.57.0 development Signed-off-by: Johan Fylling --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5207bf4c0a..a3f14e27ca 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.56.0 This release contains a mix of new features, bugfixes and a new builtin function. diff --git a/version/version.go b/version/version.go index 5984eb9ec0..93cfec1bc5 100644 --- a/version/version.go +++ b/version/version.go @@ -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()