Skip to content

Commit 3a39fca

Browse files
author
Tom
committed
Added new endpoint to allow for testing health of the running application
1 parent 7de4d84 commit 3a39fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
3232
Short: "Displays the current version",
3333
Long: `Displays the current version of the application`,
3434
Run: func(cmd *cobra.Command, args []string) {
35-
fmt.Println("Version: 0.1.0-pre-release")
35+
fmt.Println("Version: 0.2.0-pre-release")
3636
},
3737
}
3838

0 commit comments

Comments
 (0)