lib/app-config/version.rb in app-config-0.1.1 vs lib/app-config/version.rb in app-config-0.1.2
- old
+ new
@@ -1,3 +1,5 @@
module AppConfig
- VERSION = '0.1.1'.freeze
-end
+ unless defined?(::AppConfig::VERSION)
+ VERSION = '0.1.2'.freeze
+ end
+end
\ No newline at end of file