fake /version/* for windows build process
This commit is contained in:
parent
fda13845eb
commit
d9eb2c146b
|
@ -0,0 +1,5 @@
|
||||||
|
package version
|
||||||
|
|
||||||
|
const (
|
||||||
|
FlokatiBuilddate = "Thu Feb 4 21:29:09 CET 2016"
|
||||||
|
)
|
|
@ -0,0 +1,6 @@
|
||||||
|
package version
|
||||||
|
|
||||||
|
const (
|
||||||
|
FlokatiVersion = "master"
|
||||||
|
FlokatiBuild = "17"
|
||||||
|
)
|
Loading…
Reference in New Issue