makaroni4/img-lint

View on GitHub
lib/img_lint/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# Module to keep the gem's version in. Make sure to bump it before release.
#
module IMGLint
  VERSION = "0.0.18".freeze
end