Skip to content

Commit

Permalink
Release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdanborne committed Sep 1, 2016
1 parent e2c188e commit 71b90c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions calicoctl/commands/build_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package commands

const (
BUILD_DATE = "__BUILD_DATE__"
GIT_REVISION = "__GIT_REVISION__"
GIT_DESCRIPTION = "__GIT_DESCRIPTION__"
BUILD_DATE = "2016-09-01T01:28:19Z"
GIT_REVISION = "unknown"
GIT_DESCRIPTION = "v1.0.0-alpha.1"
)
2 changes: 1 addition & 1 deletion calicoctl/commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/docopt/docopt-go"
)

const VERSION = "0.1.0-go"
const VERSION = "1.0.0-alpha.1"

func Version(args []string) error {
doc := `Usage:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ test:

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

0 comments on commit 71b90c4

Please sign in to comment.