Skip to content

Commit

Permalink
Prepare v0.26.0 development
Browse files Browse the repository at this point in the history
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
  • Loading branch information
tsandall committed Dec 4, 2020
1 parent 381f066 commit 2ff90ff
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.25.0

This release contains a number of improvements and fixes. Importantly, this release includes a notable change to built-in function error handling. See the section below for details.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Version is the canonical version of OPA.
var Version = "0.25.0"
var Version = "0.26.0-dev"

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

0 comments on commit 2ff90ff

Please sign in to comment.