From 68fd79be90d57119d0101092426818a97a96faa5 Mon Sep 17 00:00:00 2001 From: Ashutosh Narkar Date: Fri, 20 Dec 2024 13:30:09 -0800 Subject: [PATCH] Prepare v1.1.0 development Signed-off-by: Ashutosh Narkar --- CHANGELOG.md | 2 ++ v1/version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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()