Skip to content

Commit

Permalink
Prepare v0.71.0 development
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed Oct 31, 2024
1 parent 2ea031e commit acc03cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.70.0

This release contains a mix of features, performance improvements, and bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// Version is the canonical version of OPA.
var Version = "0.70.0"
var Version = "0.71.0-dev"

// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()
Expand Down

0 comments on commit acc03cd

Please sign in to comment.