Some checks failed
CI/CD Pipeline / CI Pipeline (push) Has been cancelled
22 lines
508 B
Plaintext
22 lines
508 B
Plaintext
# DanceLessonsCoach Version
|
|
|
|
# Current Version (Semantic Versioning)
|
|
MAJOR=1
|
|
MINOR=4
|
|
PATCH=0
|
|
PRERELEASE=""
|
|
|
|
# Auto-generated fields (do not edit manually)
|
|
BUILD_DATE=""
|
|
GIT_COMMIT=""
|
|
GIT_TAG=""
|
|
|
|
# Version Format: {MAJOR}.{MINOR}.{PATCH}-{PRERELEASE}
|
|
# Example: 1.0.0, 1.0.0-alpha.1, 2.3.4-beta.2
|
|
|
|
# Semantic Versioning Rules:
|
|
# - MAJOR: Breaking changes, major features
|
|
# - MINOR: Backwards-compatible features
|
|
# - PATCH: Backwards-compatible bug fixes
|
|
# - PRERELEASE: alpha, beta, rc (pre-release versions)
|