Skip to content

Commit

Permalink
Version numver updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mainak55512 committed Sep 28, 2024
1 parent eafa66f commit 862cd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This emits help text when --help tag is called
*/
func EmitHelpText() string {

versionDetails := `0.1.5`
versionDetails := `0.1.7`
authorDetails := `mainak55512 ([email protected])`
flagDetails := "--help\n--ext [extension name]\n--json\n--yaml"
helpFlagDetails := "--help\tShows the usage details\n\n\tstto --help or,\n\tstto -help\n\n"
Expand Down

0 comments on commit 862cd01

Please sign in to comment.