Skip to content

Commit

Permalink
release v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 15, 2022
1 parent c1ed639 commit 8cf6987
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.23.0 (Released 2022-11-15)
## v1.23.1 (Released 2022-11-15)

IMPROVEMENTS

Expand Down
3 changes: 0 additions & 3 deletions cmd/achcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"flag"
"fmt"
"os"
"path/filepath"
"strings"

"github.com/moov-io/ach"
Expand All @@ -30,8 +29,6 @@ var (

flagPretty = flag.Bool("pretty", false, "Display all values in their human readable format")
flagPrettyAmounts = flag.Bool("pretty.amounts", false, "Display human readable amounts instead of exact values")

programName = filepath.Base(os.Args[0])
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package ach

// Version Number
const Version = "v1.23.0"
const Version = "v1.23.1"

0 comments on commit 8cf6987

Please sign in to comment.