From ca3bb4d3d95456f171ec16223524dbd9349d7750 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Thu, 14 Jul 2016 12:41:12 -0700 Subject: [PATCH] Prepare v0.1.0 release --- CHANGELOG.md | 2 -- version/version.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7948af8a5..7c5fc3c96e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ 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 52c99c10c3..2ab647849b 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.1-dev" + Version = "0.1.0" Vcs = "" Timestamp = "" Hostname = ""