lib/active_cleaner/version.rb in activecleaner-0.3.1 vs lib/active_cleaner/version.rb in activecleaner-0.3.2
- old
+ new
@@ -1,8 +1,11 @@
-# encoding: utf-8
+# frozen_string_literal: true
+
module ActiveCleaner
+ # Contains the version of the gem.
module Version
- STRING = '0.3.1'
+ # The version as string.
+ STRING = "0.3.2".freeze
end
end