lib/alf/sequel/version.rb in alf-sequel-0.14.0 vs lib/alf/sequel/version.rb in alf-sequel-0.15.0

- old
+ new

@@ -1,10 +1,10 @@ module Alf module Sequel module Version MAJOR = 0 - MINOR = 14 + MINOR = 15 TINY = 0 def self.to_s [ MAJOR, MINOR, TINY ].join('.') end \ No newline at end of file