We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbf57e commit 3775907Copy full SHA for 3775907
CHANGELOG.md
@@ -1,8 +1,8 @@
1
Omnibus Ruby CHANGELOG
2
======================
3
4
-v2.0.0 (Unreleased)
5
--------------------
+v2.0.0 (March, 12, 2014)
+------------------------
6
Major changes:
7
- `version` is now `default_version`
8
- Added support for multiple software versions and version overrides
lib/omnibus/version.rb
@@ -16,5 +16,5 @@
16
#
17
18
module Omnibus
19
- VERSION = '2.0.0.rc1'
+ VERSION = '2.0.0'
20
end
0 commit comments