lib/composable/service/gem_version.rb in composable-service-0.0.4 vs lib/composable/service/gem_version.rb in composable-service-0.0.5
- old
+ new
@@ -8,10 +8,10 @@
end
module VERSION
MAJOR = 0
MINOR = 0
- TINY = 4
+ TINY = 5
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
end