lib/dirty_hashy/version.rb in dirty_hashy-0.1.2 vs lib/dirty_hashy/version.rb in dirty_hashy-0.1.3
- old
+ new
@@ -1,7 +1,7 @@
class DirtyHashy < HashWithIndifferentAccess
MAJOR = 0
MINOR = 1
- TINY = 2
+ TINY = 3
VERSION = [MAJOR, MINOR, TINY].join(".")
end
\ No newline at end of file