From f313ce0c3d9c8802642e0b31f3990d823408eaed Mon Sep 17 00:00:00 2001 From: TerrifiedBug Date: Mon, 31 Aug 2026 18:50:38 +0100 Subject: [PATCH] chore: bump version to 0.2.0 --- Sources/yap/Yap.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/yap/Yap.swift b/Sources/yap/Yap.swift index 27e36fd..7f5896a 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.9", + version: "0.2.0", subcommands: [ Run.self, Start.self, Stop.self, Record.self, Models.self, Doctor.self, Setup.self, Install.self, Bench.self,