Skip to content

Commit

Permalink
change version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAyrix committed Mar 31, 2023
1 parent fa8eb2b commit 57aa337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (

var wg sync.WaitGroup

const VERSION = "1.0.12"
const VERSION = "1.0.13"

func main() {
var allRange []*net.IPNet
Expand Down

0 comments on commit 57aa337

Please sign in to comment.