fake /version/* for windows build process
This commit is contained in:
parent
fda13845eb
commit
d9eb2c146b
2 changed files with 11 additions and 0 deletions
5
version/builddate.go
Normal file
5
version/builddate.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package version
|
||||
|
||||
const (
|
||||
FlokatiBuilddate = "Thu Feb 4 21:29:09 CET 2016"
|
||||
)
|
6
version/version.go
Normal file
6
version/version.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package version
|
||||
|
||||
const (
|
||||
FlokatiVersion = "master"
|
||||
FlokatiBuild = "17"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue