lib/chunky_png/version.rb



# frozen-string-literal: true

module ChunkyPNG
  # The current version of ChunkyPNG.
  # Set it and commit the change this before running rake release.
  VERSION = "1.4.0"
end