7 lines
86 B
Crystal
7 lines
86 B
Crystal
|
|
module Hodler
|
|
class Version
|
|
PROGRAM = "hodler"
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|