Skip to content

Commit

Permalink
version change for v0.9.0-pre2 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
fayazg authored and niravpatel27 committed May 7, 2018
1 parent 7e2766c commit ca0f101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.9.0-pre
VERSION=v0.9.0-pre2
LDFLAGS=-X github.com/joyent/triton-kubernetes/cmd.cliVersion=$(shell git rev-list -1 HEAD)
BUILD_PATH=build
FILE_COMMAND=triton-kubernetes
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ var versionCmd = &cobra.Command{
fmt.Print("no version set for this build... ")
cliVersion = "local"
}
fmt.Printf("triton-kubernetes v0.9.0-pre (%s)\n", cliVersion)
fmt.Printf("triton-kubernetes v0.9.0-pre2 (%s)\n", cliVersion)
},
}
2 changes: 1 addition & 1 deletion cmd/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestVersion(t *testing.T) {
versionCmd.Run(versionCmd, []string{})
})

expected := "triton-kubernetes v0.9.0-pre (beta)\n"
expected := "triton-kubernetes v0.9.0-pre2 (beta)\n"

select {
case err := <-errch:
Expand Down

0 comments on commit ca0f101

Please sign in to comment.