Skip to content

Commit 4f344aa

Browse files
committed
Bump version
1 parent 7ef7162 commit 4f344aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=8.2.1
1+
version=8.2.2

src/main/java/com/configcat/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ private Constants() { /* prevent from instantiation*/ }
88
static final String CONFIG_JSON_NAME = "config_v5.json";
99
static final String SERIALIZATION_FORMAT_VERSION = "v2";
1010

11-
static final String VERSION = "8.2.1";
11+
static final String VERSION = "8.2.2";
1212
}

0 commit comments

Comments
 (0)