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