add constants package for constants

This commit is contained in:
Jakob Schrettenbrunner
2017-07-06 20:51:27 +02:00
parent ec937603fd
commit 55ec4af875
2 changed files with 9 additions and 7 deletions

4
constants/constants.go Normal file
View File

@@ -0,0 +1,4 @@
package constants
// Version is the current wings version
const Version = "0.0.1-alpha"