From b96a6318e2c365659011f77329ad89da18fcb04f Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Thu, 14 Jul 2016 12:15:37 -0700 Subject: [PATCH] Prepare v0.1.1 development --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5fc3c96e..e7948af8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/version.go b/version/version.go index 2ab647849b..52c99c10c3 100644 --- a/version/version.go +++ b/version/version.go @@ -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 = ""