Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Changed the version to a var so that we can use a build flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
morfien101 committed Sep 10, 2018
1 parent 7d0b9b4 commit 94ea4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

// VERSION holds the version of the program
// Don't change this as the build server tags the builds.
const VERSION = "17.10.200"
var VERSION = "1.0.0"

// Flags for the application launch
var (
Expand Down

0 comments on commit 94ea4af

Please sign in to comment.