Files
ihatepdfs/scripts/release-version.sh

6 lines
147 B
Bash
Raw Normal View History

2026-06-24 17:51:26 -07:00
#!/usr/bin/env bash
APP_VERSION="${APP_VERSION:-0.4.0}"
2026-06-30 10:36:12 -07:00
BUILD_NUMBER="${BUILD_NUMBER:-7}"
2026-06-24 17:51:26 -07:00
RELEASE_VERSION="${RELEASE_VERSION:-${APP_VERSION%.0}}"