lib/composable/service/gem_version.rb in composable-service-0.0.3 vs lib/composable/service/gem_version.rb in composable-service-0.0.4

- old
+ new

@@ -8,10 +8,10 @@ end module VERSION MAJOR = 0 MINOR = 0 - TINY = 3 + TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end