Skip to content

Commit 2d39888

Browse files
authored
chore: bump version to 0.9.0 (#238)
1 parent 68b48c6 commit 2d39888

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# 3. Code signs — Developer ID if CODE_SIGN_IDENTITY is set, ad-hoc otherwise
99
#
1010
# Environment variables:
11-
# APP_VERSION — Version string to embed in Info.plist. Defaults to 0.8.0.
12-
# Set by CI for nightly builds (e.g., 0.8.0-nightly.20260512+abc1234).
11+
# APP_VERSION — Version string to embed in Info.plist. Defaults to 0.9.0.
12+
# Set by CI for nightly builds (e.g., 0.9.0-nightly.20260512+abc1234).
1313
# CODE_SIGN_IDENTITY — Signing identity to use. Defaults to auto-detect
1414
# Developer ID Application in the login keychain.
1515
# Set to "-" to force ad-hoc signing.
@@ -29,7 +29,7 @@ BUNDLE_ID="com.vocamac.app"
2929
APP_NAME="VocaMac"
3030
APP_DIR="${APP_NAME}.app"
3131
ENTITLEMENTS="VocaMac.entitlements"
32-
APP_VERSION="${APP_VERSION:-0.8.0}"
32+
APP_VERSION="${APP_VERSION:-0.9.0}"
3333

3434
# Resolve signing identity:
3535
# 1. Use CODE_SIGN_IDENTITY env var if set

0 commit comments

Comments
 (0)