diff --git a/cmd_version.go b/cmd_version.go index d3823d6..173b928 100644 --- a/cmd_version.go +++ b/cmd_version.go @@ -12,7 +12,7 @@ var cmdVersion = &Command{ } // Version of spwd -const Version = "v1.1.0" +const Version = "v1.2.1" func runVersion(ctx context, args []string) error { fmt.Fprintln(ctx.out, fmt.Sprintf("spwd %s", Version))