Files
mq-container/source-branch.env
2024-10-28 23:04:48 +01:00

8 lines
528 B
Bash

###########################################################################################################################################################
# SOURCE_BRANCH is the repository branch name for this release stream.
# It should be updated when a new release fork is created but not for testing of personal builds or pre-fork updates.
SOURCE_BRANCH ?= v9.4.1
###########################################################################################################################################################