Skip to content

Commit

Permalink
Merge pull request #12 from fr3fou/main
Browse files Browse the repository at this point in the history
Update installation guide and bump the version
  • Loading branch information
viktordanov authored Oct 1, 2021
2 parents d13e684 + 0c3c0d2 commit 3b3f78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Options:
## Install

```
go get -u github.com/viktordanov/abacus
go install github.com/viktordanov/abacus@latest
```


Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type args struct {
}

func (args) Version() string {
return "v1.2.3a\n"
return "v1.2.3\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 3b3f78b

Please sign in to comment.