lib/active_object/version.rb in active_object-4.0.14 vs lib/active_object/version.rb in active_object-5.0.1
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ActiveObject
- VERSION = '4.0.14'.freeze
+ VERSION ||= '5.0.1'
end
- old
+ new