Skip to content

Commit

Permalink
Change version in DataPrepper Version class to 2.10 (#4852)
Browse files Browse the repository at this point in the history
* dplive1.yaml

Signed-off-by: Kondaka <krishkdk@amazon.com>

* Delete .github/workflows/static.yml

Signed-off-by: Kondaka <krishkdk@amazon.com>

* Change Data Prepper Version to 2.10

Signed-off-by: Kondaka <krishkdk@amazon.com>

---------

Signed-off-by: Kondaka <krishkdk@amazon.com>
  • Loading branch information
kkondaka authored Aug 23, 2024
1 parent 179e3df commit 6839492
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.9";
private static final String CURRENT_VERSION = "2.10";

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

0 comments on commit 6839492

Please sign in to comment.