Skip to content

Commit

Permalink
Update stable to 1.22.0-m4
Browse files Browse the repository at this point in the history
Src-commit: c024292828668de893d2f5e2b8bf29de58954122
  • Loading branch information
jfmc committed May 15, 2023
1 parent 4e4132d commit bf9f8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ciao-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi

release_query_info() {
case "$v__release" in
stable) tag=v1.22.0-m3 ;;
beta) tag=v1.22.0-m3 ;;
stable) tag=v1.22.0-m4 ;;
beta) tag=v1.22.0-m4 ;;
latest) tag=master ;;
esac
# Set other defaults based on release
Expand Down

0 comments on commit bf9f8a4

Please sign in to comment.