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

- old
+ new

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