lib/composable/service/gem_version.rb in composable-service-0.0.9 vs lib/composable/service/gem_version.rb in composable-service-0.0.10

- old
+ new

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