lib/unextendable/version.rb in unextendable-0.1.4 vs lib/unextendable/version.rb in unextendable-0.1.5
- old
+ new
@@ -1,7 +1,7 @@
module Unextendable
MAJOR = 0
MINOR = 1
- TINY = 4
+ TINY = 5
VERSION = [MAJOR, MINOR, TINY].join(".")
end
\ No newline at end of file