Skip to content

Commit

Permalink
Release 8.2.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi authored Jun 21, 2023
1 parent cb3d224 commit 964ac29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=8.1.0
version=8.2.0
2 changes: 1 addition & 1 deletion src/main/java/com/configcat/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ private Constants() { /* prevent from instantiation*/ }
static final String CONFIG_JSON_NAME = "config_v5.json";
static final String SERIALIZATION_FORMAT_VERSION = "v2";

static final String VERSION = "8.1.0";
static final String VERSION = "8.2.0";
}

0 comments on commit 964ac29

Please sign in to comment.