Skip to content

Commit 141239b

Browse files
authored
feat: Add missing NOT_MATCHES OperatorType (#5)
1 parent 2cf91e8 commit 141239b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'cloud.eppo'
9-
version = '2.0.0-SNAPSHOT'
9+
version = '1.1.0-SNAPSHOT'
1010
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1111

1212
dependencies {

src/main/java/cloud/eppo/ufc/dto/OperatorType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import static cloud.eppo.Utils.getMD5Hex;
44

55
public enum OperatorType {
6+
NOT_MATCHES("NOT_MATCHES"),
67
MATCHES("MATCHES"),
78
GREATER_THAN_OR_EQUAL_TO("GTE"),
89
GREATER_THAN("GT"),

0 commit comments

Comments
 (0)