Skip to content

Commit 71b90c4

Browse files
committed
Release candidate.
1 parent e2c188e commit 71b90c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

calicoctl/commands/build_info.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package commands
1717

1818
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"
2222
)

calicoctl/commands/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/docopt/docopt-go"
2121
)
2222

23-
const VERSION = "0.1.0-go"
23+
const VERSION = "1.0.0-alpha.1"
2424

2525
func Version(args []string) error {
2626
doc := `Usage:

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ test:
2929

3030
general:
3131
artifacts:
32-
- "${GOPATH}/src/github.com/tigera/libcalico-go/bin"
32+
- "/home/ubuntu/.go_project/src/github.com/tigera/libcalico-go/bin"

0 commit comments

Comments
 (0)