lib/omniauth-mlh/version.rb in omniauth-mlh-0.3.0 vs lib/omniauth-mlh/version.rb in omniauth-mlh-0.3.1
- old
+ new
@@ -1,5 +1,9 @@
module OmniAuth
module MLH
- VERSION = "0.3.0"
+ MAJOR_VERSION = 0
+ MINOR_VERSION = 3
+ RELEASE_VERSION = 1
+
+ VERSION = [MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION].join('.')
end
end