From 47d1c0c9e10d2b5ba0b8359cb371a2b127f239e2 Mon Sep 17 00:00:00 2001 From: TerrifiedBug Date: Tue, 18 Aug 2026 15:52:57 +0100 Subject: [PATCH] chore: bump version to 0.1.3 --- 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 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,