Skip to content

Commit

Permalink
Passe la version de l'appli mobile en 2.0-beta2
Browse files Browse the repository at this point in the history
Change-Id: I36765a4b3af7247dbeae77c8d6a98b1423405fca
  • Loading branch information
Emilie Genton committed Oct 25, 2023
1 parent 9bfc143 commit 75e18dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CompatibleVersions {

// Versions autorisées pour l'appli mobile
private final List<String> mobileCompatibleVersions =
Collections.singletonList(MobileVersion.M2_0_beta1.version);
Collections.singletonList(MobileVersion.M2_0_beta2.version);

public CompatibleVersions() {}

Expand All @@ -32,7 +32,7 @@ public void checkCompat(String mobileVersionString) {
}

enum MobileVersion {
M2_0_beta1("2.0-beta1");
M2_0_beta2("2.0-beta2");

public final String version;

Expand Down

0 comments on commit 75e18dc

Please sign in to comment.