Skip to content

Commit

Permalink
Update enjin.dart
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <leonardo@custodio.me>
  • Loading branch information
leonardocustodio authored Oct 2, 2024
1 parent 487436b commit f80ea03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/consts/enjin/enjin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'canary/canary.dart' as c;
import 'production/production.dart' as p;

String canaryLatest() {
return c.v1032;
return c.v1033;
}

String productionLatest() {
Expand Down Expand Up @@ -57,6 +57,8 @@ String canarySpec(specVersion) {
return c.v1031;
case 1032:
return c.v1032;
case 1033:
return c.v1033;
default:
return canaryLatest();
}
Expand Down

0 comments on commit f80ea03

Please sign in to comment.