Skip to content

Commit c3dcb12

Browse files
committed
Bump versions in auxiliary scripts.
1 parent 7895505 commit c3dcb12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
declare -A aliases
55
aliases=(
6-
[mainline]='1 1.27 latest'
6+
[mainline]='1 1.29 latest'
77
[stable]='1.28'
88
)
99

sync-awsecr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ registry="public.ecr.aws/z9d2n7e1"
66

77
declare -A aliases
88
aliases=(
9-
[mainline]='1 1.27 latest'
9+
[mainline]='1 1.29 latest'
1010
[stable]='1.28'
1111
)
1212

0 commit comments

Comments
 (0)