Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
viktordanov committed Sep 26, 2022
1 parent 4566d72 commit dbd6202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/abacus-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type args struct {
}

func (args) Version() string {
return "v1.4.0\n"
return "v1.4.2\n"
}
func (args) Description() string {
return "abacus - a simple interactive calculator CLI with support for variables, lambdas, comparison checks, and math functions\n"
Expand Down

0 comments on commit dbd6202

Please sign in to comment.