mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
6 lines
66 B
Ruby
6 lines
66 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Web
|
|
VERSION = "0.0.1"
|
|
end
|