Skip to content

Commit

Permalink
Go version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAyrix committed Jan 2, 2024
1 parent 8537fce commit def0236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ImAyrix/fallparams

go 1.21.1
go 1.20

require (
github.com/chromedp/cdproto v0.0.0-20231205062650-00455a960d61
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
colorGreen = "\033[32m"
colorYellow = "\033[33m"
colorBlue = "\033[34m"
VERSION = "1.0.3"
VERSION = "1.0.4"
)

func (i *arrayFlags) Set(value string) error {
Expand Down

0 comments on commit def0236

Please sign in to comment.