Skip to content

Commit

Permalink
Increment PREV_CB_VERSION in build-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Sep 4, 2023
1 parent 4d5c217 commit 08ebbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ne 1 ]; then
fi

VERSION="$1"
export PREV_CB_VERSION="v0.2.5"
export PREV_CB_VERSION="v0.2.7"

javaDefault=11
javaAccessoryVersions=(8 17 20)
Expand Down

0 comments on commit 08ebbc8

Please sign in to comment.