File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.8.2
1+ VERSION =v0.9.0-pre
22LDFLAGS =-X github.com/joyent/triton-kubernetes/cmd.cliVersion=$(shell git rev-list -1 HEAD)
33BUILD_PATH =build
44FILE_COMMAND =triton-kubernetes
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ var versionCmd = &cobra.Command{
2121 fmt .Print ("no version set for this build... " )
2222 cliVersion = "local"
2323 }
24- fmt .Printf ("triton-kubernetes v0.8.2 (%s)\n " , cliVersion )
24+ fmt .Printf ("triton-kubernetes v0.9.0-pre (%s)\n " , cliVersion )
2525 },
2626}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func TestVersion(t *testing.T) {
1515 versionCmd .Run (versionCmd , []string {})
1616 })
1717
18- expected := "triton-kubernetes v0.8.2 (beta)\n "
18+ expected := "triton-kubernetes v0.9.0-pre (beta)\n "
1919
2020 select {
2121 case err := <- errch :
You can’t perform that action at this time.
0 commit comments