Skip to content

Commit 0cfc938

Browse files
committed
Bumped mainline version to 1.25 in auxiliary scripts.
1 parent 3591b5e commit 0cfc938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate-stackbrew-library.sh

+1-1
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.23 latest'
6+
[mainline]='1 1.25 latest'
77
[stable]='1.24'
88
)
99

sync-awsecr.sh

+1-1
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.23 latest'
9+
[mainline]='1 1.25 latest'
1010
[stable]='1.24'
1111
)
1212

0 commit comments

Comments
 (0)