We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedf983 commit 3331fcfCopy full SHA for 3331fcf
dist-lib.sh
@@ -41,8 +41,8 @@
41
##---------------------------------------------------------------------------
42
43
function assembly-version {
44
- local RELEASE_PATTERN="^[0-9]+(\.[0-9a-z]+){2,3}$"
45
- local NIGHTLY_PATTERN="^[0-9]+(\.[0-9a-z]+){2,3}$"
+ local RELEASE_PATTERN="^[0-9]+(\.[0-9]+){2,3}$"
+ local NIGHTLY_PATTERN="^[0-9]+(\.[0-9]+){2,3}$"
46
if [[ $1 =~ $RELEASE_PATTERN ]] ; then
47
ASSEMBLY_VSN=$RABBIT_VSN.0
48
elif [[ $1 =~ $NIGHTLY_PATTERN ]] ; then
0 commit comments