Commit 8a50a88c authored by Your Name's avatar Your Name

add version

parent 05d692a6
package version
var (
// Name application's name
Name = ""
VERSION = ""
// Commit git commit
Commit = ""
COMMIT_SHA1 = ""
BUILD_TIME = ""
GIT_BRANCH = ""
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment