track down versioning

This commit is contained in:
Jeff Carr 2025-09-12 15:12:32 -05:00
parent 63dc802ded
commit 73cc9c0693
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ func createReleaseBox(box *gui.Node) {
log.Info("doRelease() FAILED", err)
log.Info("doRelease() FAILED", err)
}
me.forge.PrintHumanTable(me.found)
me.forge.ScanGoSrc()
me.forge.PrintHumanTable(me.found)
})
me.release.grid.NewButton("Find Next", func() {
me.Disable()