Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro Varga committed May 12, 2023
1 parent 825c77c commit 70a9c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type args struct {
}

func (args) Version() string {
return "DMSd (v0.1.1): Turn files matching a glob into a DMS (docs: github.com/mirovarga/dmsd)\n"
return "DMSd (v0.2.0): Turn files matching a glob into a DMS (docs: github.com/mirovarga/dmsd)\n"
}

type Command interface {
Expand Down

0 comments on commit 70a9c4d

Please sign in to comment.