Skip to content

Commit

Permalink
Prepare version number for upcoming beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
moving-bits authored Aug 5, 2023
1 parent 1159dc9 commit aa902e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
public class BranchDetectionHelper {

// should contain the version name of the last feature release
public static final String FEATURE_VERSION_NAME = "2023.05.15";
public static final String FEATURE_VERSION_NAME = "2023.08.05-RC";

// should contain version names of active bugfix releases since last feature release, oldest first
// empty the part within curly brackets when creating a new release branch from master
public static final String[] BUGFIX_VERSION_NAME = new String[]{ "2023.06.18" };
public static final String[] BUGFIX_VERSION_NAME = new String[]{ };

private BranchDetectionHelper() {
// utility class
Expand Down

0 comments on commit aa902e4

Please sign in to comment.