lib/eucalypt/version.rb in eucalypt-0.6.1 vs lib/eucalypt/version.rb in eucalypt-0.6.2
- old
+ new
@@ -1,3 +1,8 @@
module Eucalypt
- VERSION = '0.6.1'
+ VERSION = {
+ major: 0,
+ minor: 6,
+ patch: 2,
+ meta: nil
+ }.values.reject(&:nil?).map(&:to_s)*?.
end
\ No newline at end of file