Files
openfoodnetwork/engines/web/lib/web/version.rb

6 lines
66 B
Ruby

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