Skip to content

Commit 11e849e

Browse files
committed
githelper.sh: New master glob
Signed-off-by: andypugh <andy@bodgesoc.org>
1 parent 1eafe4f commit 11e849e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/githelper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function githelper() {
2727

2828
case $GIT_BRANCH in
2929
master)
30-
GIT_TAG_GLOB="v2.9.*"
30+
GIT_TAG_GLOB="v2.10.*"
3131
DEB_COMPONENT="master"
3232
;;
3333
# release branches have names matching "number.number", which is awkward to express as a glob

0 commit comments

Comments
 (0)