We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de28510 commit cbc5770Copy full SHA for cbc5770
CHANGELOG.md
@@ -3,6 +3,8 @@
3
All notable changes to this project will be documented in this file. This
4
project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## Unreleased
7
+
8
## 1.1.0
9
10
This release contains a mix of features, performance improvements, and bugfixes.
v1/version/version.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// Version is the canonical version of OPA.
14
-var Version = "1.1.0"
+var Version = "1.2.0-dev"
15
16
// GoVersion is the version of Go this was built with
17
var GoVersion = runtime.Version()
0 commit comments