From 3234830392956da5fbd5fdf18a7be5ffe5200ab7 Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Fri, 30 Dec 2022 17:03:38 +0100 Subject: [PATCH] Bump version in Constants.java --- DEPLOY.md | 8 ++++---- src/main/java/com/configcat/Constants.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index e4cadce..9b62f94 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -3,7 +3,7 @@ ## Preparation 1. Run tests -3. Increase the version in the `gradle.properties` `src/main/java/com.configcat/ConfigFetcher.java` file. +3. Increase the version in the `gradle.properties` `src/main/java/com.configcat/Constants.java` file. 4. Commit & Push ## Publish @@ -28,9 +28,9 @@ Use the **same version** for the git tag as in the properties file. ## Sync 1. Log in to [Maven Repository](https://oss.sonatype.org/) and follow these steps: - 1. Select `Staging Repositories` and select the version you published. - 2. Click `Close`. The process might take some time, click `Refresh` to get the latest state. - 3. When the repo is closed click `Release`, tick the `Automatically drop when released` option. + 1. Select `Staging Repositories` and select the version you published. + 2. Click `Close`. The process might take some time, click `Refresh` to get the latest state. + 3. When the repo is closed click `Release`, tick the `Automatically drop when released` option. 2. Make sure the new version is available on [Maven Central](https://search.maven.org/artifact/com.configcat/configcat-java-client). diff --git a/src/main/java/com/configcat/Constants.java b/src/main/java/com/configcat/Constants.java index 2c57762..be7bf56 100644 --- a/src/main/java/com/configcat/Constants.java +++ b/src/main/java/com/configcat/Constants.java @@ -6,5 +6,5 @@ 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 = "7.2.0"; + static final String VERSION = "8.0.0"; } \ No newline at end of file