diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ func main() { if repo.String() == "go.wit.com/widget" { repo.targetVersion.SetText("v" + "1.1.14") } else { - repo.targetVersion.SetText("v" + "0.19.1") + repo.targetVersion.SetText("v" + "0.19.2") } } log.Info("Creating the Release Window") |
