lib/chunky_png/version.rb in chunky_png-1.3.15 vs lib/chunky_png/version.rb in chunky_png-1.4.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen-string-literal: true module ChunkyPNG # The current version of ChunkyPNG. # Set it and commit the change this before running rake release. - VERSION = "1.3.15" + VERSION = "1.4.0" end