diff --git a/Sources/yap/Yap.swift b/Sources/yap/Yap.swift index e0039a7..b11e275 100644 --- a/Sources/yap/Yap.swift +++ b/Sources/yap/Yap.swift @@ -12,7 +12,7 @@ struct Yap: ParsableCommand { // The single source of truth for what this binary is. Nothing else // holds a version constant, and the release workflow greps this // literal against the tag, so a build can never claim the wrong one. - version: "0.1.2", + version: "0.1.3", subcommands: [ Run.self, Start.self, Stop.self, Record.self, Models.self, Doctor.self, Setup.self, Install.self, Bench.self,