Skip to content

Commit

Permalink
Setting up version number for future releases
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh Gandhe <[email protected]>
  • Loading branch information
san81 committed Oct 14, 2024
1 parent 704dae4 commit 35f4a7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.regex.Pattern;

public class DataPrepperVersion {
private static final String CURRENT_VERSION = "2.10";
private static final String CURRENT_VERSION = "2.11";

private static final String FULL_FORMAT = "%d.%d";
private static final String SHORTHAND_FORMAT = "%d";
Expand Down

0 comments on commit 35f4a7b

Please sign in to comment.