Skip to content

Commit cbc5770

Browse files
authored
Prepare v1.2.0 development (open-policy-agent#7316)
Signed-off-by: Johan Fylling <[email protected]>
1 parent de28510 commit cbc5770

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## Unreleased
7+
68
## 1.1.0
79

810
This release contains a mix of features, performance improvements, and bugfixes.

v1/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// Version is the canonical version of OPA.
14-
var Version = "1.1.0"
14+
var Version = "1.2.0-dev"
1515

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

0 commit comments

Comments
 (0)