Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
viktordanov committed Aug 2, 2022
1 parent 33a7974 commit 1eaf78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type args struct {
}

func (args) Version() string {
return "v1.2.5\n"
return "v1.3.0\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 1eaf78b

Please sign in to comment.