mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Prepare v0.1.1 development
This commit is contained in:
@@ -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.1.0
|
||||
|
||||
### Language
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ package version
|
||||
// Version information that is displayed by the "version" command and used to
|
||||
// identify the version of running instances of OPA.
|
||||
var (
|
||||
Version = "0.1.0"
|
||||
Version = "0.1.1-dev"
|
||||
Vcs = ""
|
||||
Timestamp = ""
|
||||
Hostname = ""
|
||||
|
||||
Reference in New Issue
Block a user