File tree Expand file tree Collapse file tree
data-prepper-api/src/main/java/org/opensearch/dataprepper/model/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import java .util .regex .Pattern ;
77
88public class DataPrepperVersion {
9- private static final String CURRENT_VERSION = "2.12 " ;
9+ private static final String CURRENT_VERSION = "2.13 " ;
1010
1111 private static final String FULL_FORMAT = "%d.%d" ;
1212 private static final String SHORTHAND_FORMAT = "%d" ;
Original file line number Diff line number Diff line change 55
66# ATTENTION: If you are changing the version, please change the DataPrepperVersion whenever the major or minor version changes.
77# See: https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-api/src/main/java/org/opensearch/dataprepper/model/configuration/DataPrepperVersion.java#L9
8- version =2.12 .0-SNAPSHOT
8+ version =2.13 .0-SNAPSHOT
99org.gradle.jvmargs =-Xmx2048M
You can’t perform that action at this time.
0 commit comments