Skip to content

Commit 7cbe5e6

Browse files
committed
Prepare RepoPrompt CE 1.0.12
1 parent 0645433 commit 7cbe5e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/RepoPromptMCP/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SystemPackage
99
// MARK: - Version Constants
1010

1111
/// Update this when releasing new versions
12-
let CLI_VERSION = "1.0.10"
12+
let CLI_VERSION = "1.0.12"
1313

1414
/// CLI verbose mode - controls debug output (enabled by --verbose flag)
1515
var cliVerboseMode = false

version.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_NAME=RepoPrompt
22
DISPLAY_NAME="RepoPrompt CE"
3-
MARKETING_VERSION=1.0.10
4-
BUILD_NUMBER=11
3+
MARKETING_VERSION=1.0.12
4+
BUILD_NUMBER=13
55
BUNDLE_ID=com.pvncher.repoprompt.ce
66
SIGNING_TEAM_ID=648A27MST5

0 commit comments

Comments
 (0)