From 377590794be415d62acbed7266f854f344b3d899 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 12 Mar 2014 17:26:08 -0400 Subject: [PATCH] Version bump to 2.0.0 --- CHANGELOG.md | 4 ++-- lib/omnibus/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6b8d84e..5a3b1e47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Omnibus Ruby CHANGELOG ====================== -v2.0.0 (Unreleased) -------------------- +v2.0.0 (March, 12, 2014) +------------------------ Major changes: - `version` is now `default_version` - Added support for multiple software versions and version overrides diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 45e18a171..ef4f3a50c 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -16,5 +16,5 @@ # module Omnibus - VERSION = '2.0.0.rc1' + VERSION = '2.0.0' end