File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
package commands
17
17
18
18
const (
19
- BUILD_DATE = "__BUILD_DATE__ "
20
- GIT_REVISION = "__GIT_REVISION__ "
21
- GIT_DESCRIPTION = "__GIT_DESCRIPTION__ "
19
+ BUILD_DATE = "2016-09-01T01:28:19Z "
20
+ GIT_REVISION = "unknown "
21
+ GIT_DESCRIPTION = "v1.0.0-alpha.1 "
22
22
)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"github.com/docopt/docopt-go"
21
21
)
22
22
23
- const VERSION = "0. 1.0-go "
23
+ const VERSION = "1.0.0-alpha.1 "
24
24
25
25
func Version (args []string ) error {
26
26
doc := `Usage:
Original file line number Diff line number Diff line change 29
29
30
30
general :
31
31
artifacts :
32
- - " ${GOPATH} /src/github.com/tigera/libcalico-go/bin"
32
+ - " /home/ubuntu/.go_project /src/github.com/tigera/libcalico-go/bin"
You can’t perform that action at this time.
0 commit comments