fake /version/* for windows build process

This commit is contained in:
Daniel Aberger 2016-02-04 21:32:57 +01:00
parent fda13845eb
commit d9eb2c146b
2 changed files with 11 additions and 0 deletions

5
version/builddate.go Normal file
View File

@ -0,0 +1,5 @@
package version
const (
FlokatiBuilddate = "Thu Feb 4 21:29:09 CET 2016"
)

6
version/version.go Normal file
View File

@ -0,0 +1,6 @@
package version
const (
FlokatiVersion = "master"
FlokatiBuild = "17"
)