Files
ihatepdfs/scripts/release-version.sh

6 lines
147 B
Bash
Raw Permalink Normal View History

2026-06-24 17:51:26 -07:00
#!/usr/bin/env bash
APP_VERSION="${APP_VERSION:-0.3.0}"
BUILD_NUMBER="${BUILD_NUMBER:-4}"
RELEASE_VERSION="${RELEASE_VERSION:-${APP_VERSION%.0}}"