Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codesoap committed May 4, 2022
1 parent 07bdf3a commit 7aed9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/atto-safesign/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func init() {
flag.BoolVar(&vFlag, "v", false, "")
flag.Parse()
if vFlag {
fmt.Println("1.2.0")
fmt.Println("1.3.0")
os.Exit(0)
}
if accountIndexFlag >= 1<<32 || flag.NArg() < 2 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/atto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func init() {
flag.BoolVar(&vFlag, "v", false, "")
flag.Parse()
if vFlag {
fmt.Println("1.4.0")
fmt.Println("1.5.0")
os.Exit(0)
}
if accountIndexFlag >= 1<<32 || flag.NArg() < 1 {
Expand Down

0 comments on commit 7aed9a9

Please sign in to comment.