Handle no chainId case

This commit is contained in:
Owen
2026-03-16 14:31:16 -07:00
parent 4bc0508c7d
commit 703c606af5
2 changed files with 20 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ func runOlmMainWithArgs(ctx context.Context, cancel context.CancelFunc, signalCt
os.Exit(0)
}
olmVersion := "version_replaceme"
olmVersion := "1.4.3"
if showVersion {
fmt.Println("Olm version " + olmVersion)
os.Exit(0)