lib/resourcelogic/version.rb in resourcelogic-0.10.0 vs lib/resourcelogic/version.rb in resourcelogic-0.11.0
- old
+ new
@@ -38,10 +38,10 @@
def to_a
[@major, @minor, @tiny]
end
MAJOR = 0
- MINOR = 10
+ MINOR = 11
TINY = 0
# The current version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
# The current version as a String
\ No newline at end of file