shard-crystal-db/src/db/version.cr

4 lines
34 B
Crystal
Raw Normal View History

2016-02-26 02:53:23 +00:00
module DB
2017-12-29 22:53:39 +00:00
VERSION = "0.4.4"
2016-02-26 02:53:23 +00:00
end