Skip to content

Commit

Permalink
Added new endpoint to allow for testing health of the running applica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Tom committed Feb 18, 2018
1 parent 7de4d84 commit 3a39fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
Short: "Displays the current version",
Long: `Displays the current version of the application`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Version: 0.1.0-pre-release")
fmt.Println("Version: 0.2.0-pre-release")
},
}

Expand Down

0 comments on commit 3a39fca

Please sign in to comment.