Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzolo committed Dec 27, 2017
1 parent 6c7be59 commit 446717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 446717d

Please sign in to comment.