mentorenwahl/docker/backend/src/mw/version.cr
2022-01-08 13:29:22 +01:00

6 lines
57 B
Crystal

require "shard"
module MW
VERSION = Shard.version
end