We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef7162 commit 4f344aaCopy full SHA for 4f344aa
gradle.properties
@@ -1 +1 @@
1
-version=8.2.1
+version=8.2.2
src/main/java/com/configcat/Constants.java
@@ -8,5 +8,5 @@ private Constants() { /* prevent from instantiation*/ }
8
static final String CONFIG_JSON_NAME = "config_v5.json";
9
static final String SERIALIZATION_FORMAT_VERSION = "v2";
10
11
- static final String VERSION = "8.2.1";
+ static final String VERSION = "8.2.2";
12
}
0 commit comments