From 3a39fca949583202800763114f024eedfe818397 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 19 Feb 2018 08:54:03 +1100 Subject: [PATCH] Added new endpoint to allow for testing health of the running application --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 648fa713..cc52b9ee 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -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") }, }