From 29715927dfc6b5bae31ef8230ffc238e9d7fcf30 Mon Sep 17 00:00:00 2001 From: Ashutosh Narkar Date: Thu, 25 Apr 2024 10:10:15 -0700 Subject: [PATCH] Prepare v0.65.0 development Signed-off-by: Ashutosh Narkar --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54067c4703..a627427e30 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.64.0 > **_NOTES:_** diff --git a/version/version.go b/version/version.go index e5c82f0561..6fada354df 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version is the canonical version of OPA. -var Version = "0.64.0" +var Version = "0.65.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()