lib/alula/plugins/version.rb in alula-plugins-0.4.11 vs lib/alula/plugins/version.rb in alula-plugins-0.4.12

- old
+ new

@@ -1,10 +1,10 @@ module Alula module Plugins module VERSION MAJOR = 0 - MINOR = 0 - PATCH = 1 + MINOR = 4 + PATCH = 12 PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end