summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Cheung <jch@whatcodecraves.com>2013-02-14 12:51:04 -0800
committerJerry Cheung <jch@whatcodecraves.com>2013-02-14 12:51:04 -0800
commit0af3211eb81f2229dd38a5e739c10f440c495f50 (patch)
tree993a9328e614e6ab771280487f9cee9630aac5aa
parent932a10de312ddb1cadc1e3175925da4be0a72fdf (diff)
downloadhashie-0af3211eb81f2229dd38a5e739c10f440c495f50.tar.gz
bump gem version to 2.0.0
-rw-r--r--lib/hashie/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 8e908ef..e647cd8 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '2.0.0.beta'
+ VERSION = '2.0.0'
end