This commit is contained in:
Andreas Neue 2019-07-31 11:26:26 +02:00
parent 1980f03263
commit a66dc23ea0
1 changed files with 6 additions and 0 deletions

6
version/version.go Normal file
View File

@ -0,0 +1,6 @@
package version
const (
Version = "master"
Build = "107"
)