Skip to content

Commit

Permalink
alias version bump (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-stefanovic authored Dec 19, 2023
1 parent 1289db1 commit 8391652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sem-install
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install::install_elixir() {
local erlang_version="25.3"
;;
"1.15"*)
local erlang_version="26.0"
local erlang_version="26.2"
;;
*)
echo "Installation of '${language}' version '${language_version}' is not yet supported"
Expand Down
2 changes: 1 addition & 1 deletion sem-version
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ version::change_erlang() {
[[ "$software_version" == "23" ]] && software_version="23.3"
[[ "$software_version" == "24" ]] && software_version="24.3"
[[ "$software_version" == "25" ]] && software_version="25.3"
[[ "$software_version" == "26" ]] && software_version="26.1"
[[ "$software_version" == "26" ]] && software_version="26.2"

if [[ $(kerl list installations) != *"${software_version}"* ]]; then
sem-install erlang "${software_version}"
Expand Down

0 comments on commit 8391652

Please sign in to comment.