diff options
author | Michael Herold <michael.j.herold@gmail.com> | 2014-08-26 08:55:00 -0500 |
---|---|---|
committer | Michael Herold <michael.j.herold@gmail.com> | 2014-08-26 08:55:00 -0500 |
commit | 3a32abfce473148ee3616f4e0469b3e3c2c0374f (patch) | |
tree | 843bfd893208885965b86fb37aaedc0b746ccb06 /lib/hashie/version.rb | |
parent | bb50be5e7e69b5017969450bd3206ed28a45110b (diff) | |
download | hashie-922ce0d2342ab5deeeb53751670f07a03837d322.tar.gz |
Preparing for release, 3.3.0v3.3.0
Diffstat (limited to 'lib/hashie/version.rb')
-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 524a2e3..6fb004f 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '3.2.1' + VERSION = '3.3.0' end |