Commit 4ff8392a authored by Janos Guljas's avatar Janos Guljas

update version file

parent f9c58e64
......@@ -5,13 +5,13 @@
package bee
var (
version = "v0.1.0" // manually set semantic version number
commit string // automatically set git commit hash
version = "0.1.0" // manually set semantic version number
commit string // automatically set git commit hash
Version = func() string {
if commit != "" {
return version + "-" + commit
}
return version
return version + "-dev"
}()
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment