lib/docile/version.rb in docile-1.3.5 vs lib/docile/version.rb in docile-1.4.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Docile
# The current version of this library
- VERSION = "1.3.5"
+ VERSION = "1.4.0"
end
- old
+ new