Skip to content

Commit

Permalink
Prepare v0.30.0 development (#3507)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus committed May 28, 2021
1 parent 06a0b2e commit c6cbe7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
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.29.3

This bugfix release addresses another edge case in function evaluation ([#3505](https://github.com/open-policy-agent/opa/pull/3505)).
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -10,7 +10,7 @@ import (
)

// Version is the canonical version of OPA.
var Version = "0.29.3"
var Version = "0.30.0-dev"

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

0 comments on commit c6cbe7a

Please sign in to comment.