Prepare v0.50.0 development

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
This commit is contained in:
Ashutosh Narkar
2023-02-07 11:30:47 -08:00
parent ba0718ee99
commit 78122f31dc
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.49.0
This release focuses on bugfixes and documentation improvements, as well as a few small performance improvements.
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
// Version is the canonical version of OPA.
var Version = "0.49.0"
var Version = "0.50.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()