Prepare v0.1.1 development

This commit is contained in:
Torin Sandall
2016-07-14 12:15:37 -07:00
parent d73c3bfe8b
commit b96a6318e2
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
View File
@@ -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 = ""