diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 12:31:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 12:31:04 -0600 |
| commit | 2719ad42758e7b77d37bab5549c3a5ac7176121a (patch) | |
| tree | 9b37da4febfd9be796f28b89098b269713aa9c93 | |
| parent | e822f59663acd23551d0d273a077559a7d3a1618 (diff) | |
attempt automatic release of v0.20.0
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ func main() { repo.newScan() if repo.String() == "go.wit.com/widget" { - repo.targetVersion.SetText("v" + "1.1.14") + repo.targetVersion.SetText("v" + "1.1.15") } else { - repo.targetVersion.SetText("v" + "0.19.2") + repo.targetVersion.SetText("v" + "0.20.0") } if strings.HasPrefix(repo.String(), "go.wit.com/dev/") { lasttag := repo.status.GetLastTagVersion() |
