Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit e5dfefe

Browse files
authored
change version for release
1 parent 337ffa2 commit e5dfefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func main() {
9797
Repository: "swd",
9898
}
9999

100-
res, err := latest.Check(githubTag, "1.5.0")
100+
res, err := latest.Check(githubTag, "1.6.0")
101101
if err == nil {
102102
if res.Outdated {
103103
logger("NEW VERSION IS AVAILABLE, CHECK https://github.com/SegoCode/swd/releases", WARNING)

0 commit comments

Comments
 (0)