lib/acl9/version.rb in be9-acl9-0.9.2 vs lib/acl9/version.rb in be9-acl9-0.9.3
- old
+ new
@@ -42,10 +42,10 @@
[@major, @minor, @tiny]
end
MAJOR = 0
MINOR = 9
- TINY = 2
+ TINY = 3
# The current version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
# The current version as a String
STRING = CURRENT.to_s