Skip to content

Commit

Permalink
[backend] update default packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Oct 8, 2024
1 parent 12ee352 commit f39a1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main/registry/getDefaultPackages.mo
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module {
case ("0.21.0") [("base", "0.11.1")];
case ("0.22.0") [("base", "0.11.2")];
case ("0.23.0") [("base", "0.11.2")];
case ("0.24.0") [("base", "0.12.1")];
case (_) {
switch (registry.getHighestVersion("base")) {
case (?ver) [("base", ver)];
Expand Down

0 comments on commit f39a1fe

Please sign in to comment.