lib/edtf/humanize/version.rb in edtf-humanize-1.0.0 vs lib/edtf/humanize/version.rb in edtf-humanize-2.0.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module Edtf
module Humanize
- VERSION = "1.0.0"
+ VERSION = '2.0.0'
end
end