Skip to content

Commit 862cd01

Browse files
committed
Version numver updated
1 parent eafa66f commit 862cd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This emits help text when --help tag is called
3131
*/
3232
func EmitHelpText() string {
3333

34-
versionDetails := `0.1.5`
34+
versionDetails := `0.1.7`
3535
authorDetails := `mainak55512 (mbhattacharjee432@gmail.com)`
3636
flagDetails := "--help\n--ext [extension name]\n--json\n--yaml"
3737
helpFlagDetails := "--help\tShows the usage details\n\n\tstto --help or,\n\tstto -help\n\n"

0 commit comments

Comments
 (0)