diff options
author | Jerry Cheung <jch@whatcodecraves.com> | 2013-02-25 20:32:30 -0800 |
---|---|---|
committer | Jerry Cheung <jch@whatcodecraves.com> | 2013-02-25 20:32:30 -0800 |
commit | 328cf56de6c39ffea06770207f21ea722b9497a0 (patch) | |
tree | 1c1a0963988f86f191a01e8f26954e5695dabbeb /lib | |
parent | 1029e28af76a930d1b542e408061e6e3d91fcf1f (diff) | |
download | hashie-328cf56de6c39ffea06770207f21ea722b9497a0.tar.gz |
bump version 2.0.1v2.0.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hashie/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index e647cd8..68ec145 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '2.0.0' + VERSION = '2.0.1' end |