Skip to content

Commit

Permalink
Bump version in Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi committed Dec 30, 2022
1 parent 400b487 commit 3234830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand Down
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 @@ -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";
}

0 comments on commit 3234830

Please sign in to comment.