Skip to content

Commit

Permalink
refactor: update strauss version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Dec 10, 2024
1 parent 75a0cef commit ec84da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/strauss-installar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ download_and_install() {
# Main script execution
main() {
local latest_release
latest_release="0.17.0" # strauss release version
latest_release="0.20.0" # strauss release version
if is_update_needed "$latest_release"; then
echo "Updating strauss to $latest_release ..."
download_and_install "$latest_release"
Expand Down

0 comments on commit ec84da3

Please sign in to comment.