Files
openfoodnetwork/engines/catalog/lib/catalog/version.rb
Luis Ramos 8a9dae0ee2 Run rubocop autocorrect
This is the result of bundle exec rubocop --auto-correct
2020-06-22 12:23:10 +01:00

6 lines
70 B
Ruby

# frozen_string_literal: true
module Catalog
VERSION = "0.0.1"
end