diff --git a/README.md b/README.md
index 0be12719..4a9c261f 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java
dependencies {
...
- implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.7'
+ implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.8'
}
```
@@ -40,7 +40,7 @@ dependencies {
org.gitlab4j
gitlab4j-api
- 6.0.0-rc.7
+ 6.0.0-rc.8
```
@@ -51,7 +51,7 @@ dependencies {
Just add this line at the top of your script:
```java
-//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.7
+//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.8
```
**Ivy and SBT**
@@ -146,7 +146,7 @@ Those projects might want to use the Jackson-based model classes, and implement
```java
dependencies {
...
- implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.7'
+ implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.8'
}
```
@@ -155,7 +155,7 @@ dependencies {
org.gitlab4j
gitlab4j-models
- 6.0.0-rc.7
+ 6.0.0-rc.8
```
diff --git a/gradle.properties b/gradle.properties
index fc3884b6..85e7753a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
-version=6.0.0-SNAPSHOT
-lastVersion=6.0.0-rc.7
+version=6.0.0-rc.8
+lastVersion=6.0.0-rc.8
githubRepositoryOwner=gitlab4j
githubRepositoryName=gitlab4j-api