Skip to content

Commit

Permalink
Merge pull request #2 from brongineers/master
Browse files Browse the repository at this point in the history
replacing const with var
  • Loading branch information
rumyantseva authored Mar 10, 2018
2 parents 8373b50 + 519d3e5 commit 6921804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

const (
var (
version = "unset"
commit = "unset"
buildTime = "unset"
Expand Down

0 comments on commit 6921804

Please sign in to comment.