We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf91e8 commit 141239bCopy full SHA for 141239b
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'cloud.eppo'
9
-version = '2.0.0-SNAPSHOT'
+version = '1.1.0-SNAPSHOT'
10
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
11
12
dependencies {
src/main/java/cloud/eppo/ufc/dto/OperatorType.java
@@ -3,6 +3,7 @@
3
import static cloud.eppo.Utils.getMD5Hex;
4
5
public enum OperatorType {
+ NOT_MATCHES("NOT_MATCHES"),
MATCHES("MATCHES"),
GREATER_THAN_OR_EQUAL_TO("GTE"),
GREATER_THAN("GT"),
0 commit comments