# Nucleic release version state — the single source of truth for the app version.
# Bumped by scripts/release-macos.sh on every release; read by scripts/package-app.sh.
# Shell-sourceable (KEY=value). Don't hand-edit during a release — bump with:
#   make release-beta                 # 0.1.0 -> 0.2.0 (minor — the default), build +1
#   make release-beta BUMP=major      # 0.1.0 -> 1.0.0, build +1
#   make release-beta BUMP=patch      # 0.1.0 -> 0.1.1, build +1
#   make release-beta BUMP=build      # 0.1.0 -> 0.1.0 (build number only), build +1
#
#   NUCLEIC_MARKETING_VERSION  semantic version -> CFBundleShortVersionString
#   NUCLEIC_BUILD_NUMBER       monotonic build  -> CFBundleVersion (always +1 per release)
NUCLEIC_MARKETING_VERSION=0.1.0
NUCLEIC_BUILD_NUMBER=828
