Skip to content

Commit

Permalink
Fix version sent in HTTP header
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jan 24, 2023
1 parent d6425e9 commit de77a27
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,3 +1,3 @@
version=8.2.0
version=8.2.1

org.gradle.jvmargs=-Xmx2g
2 changes: 1 addition & 1 deletion src/main/java/com/configcat/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private Constants() { /* prevent from instantiation*/ }
static final long DISTANT_FUTURE = Long.MAX_VALUE;
static final long DISTANT_PAST = 0;
static final String CONFIG_JSON_NAME = "config_v5";
static final String VERSION = "8.1.0";
static final String VERSION = "8.2.1";
}

final class Result<T> {
Expand Down

0 comments on commit de77a27

Please sign in to comment.