Skip to content

Commit

Permalink
Return comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LoayGhreeb committed Sep 4, 2024
1 parent 6dbc187 commit c9d8230
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
* If not we ask the user whether to migrate.
*/
public class SearchGroupsMigrationAction implements GUIPostOpenAction {

// We cannot have this constant in `Version.java` because of recursion errors
// Thus, we keep it here, because it is (currently) used only in the context of groups migration.
public static final Version VERSION_6_0_ALPHA = Version.parse("6.0-alpha");

@Override
Expand Down

0 comments on commit c9d8230

Please sign in to comment.