Skip to content

Commit

Permalink
docs: revise version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mstxq17 committed Oct 30, 2023
1 parent 38caf87 commit 31803e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions core/duplicate.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ package core

import "regexp"

const (
threshold = 10
)
const (
ALPHANUMERIC = "{ALPHANUMERIC}"
)
Expand Down
2 changes: 1 addition & 1 deletion vars/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package vars

// VERSION number
// 版本号
const VERSION string = "1.4.9"
const VERSION string = "1.5.0"

0 comments on commit 31803e2

Please sign in to comment.