lib/composable/service/gem_version.rb in composable-service-0.0.6 vs lib/composable/service/gem_version.rb in composable-service-0.0.7

- old
+ new

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