Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
viktordanov committed Jul 20, 2021
1 parent 795c522 commit 2b36a5e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ import (
"context"
"errors"
"fmt"
"github.com/alexflint/go-arg"
"github.com/antlr/antlr4/runtime/Go/antlr"
"github.com/peterh/liner"
"github.com/thecodeteam/goodbye"
"github.com/viktordanov/abacus/parser"
"io"
"io/ioutil"
"log"
"os"
"path/filepath"
"regexp"
"strings"

"github.com/alexflint/go-arg"
"github.com/antlr/antlr4/runtime/Go/antlr"
"github.com/peterh/liner"
"github.com/thecodeteam/goodbye"
"github.com/viktordanov/abacus/parser"
)

var (
Expand Down Expand Up @@ -56,7 +57,7 @@ type args struct {
}

func (args) Version() string {
return "v1.2.2\n"
return "v1.2.2a\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 2b36a5e

Please sign in to comment.