Skip to content

Commit 4017443

Browse files
committed
Bumped version.
1 parent bd0bf8f commit 4017443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
1111
```java
1212
dependencies {
1313
...
14-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.10.7'
14+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.10.8'
1515
}
1616
```
1717

@@ -22,7 +22,7 @@ dependencies {
2222
<dependency>
2323
<groupId>org.gitlab4j</groupId>
2424
<artifactId>gitlab4j-api</artifactId>
25-
<version>4.10.7</version>
25+
<version>4.10.8</version>
2626
</dependency>
2727
```
2828

0 commit comments

Comments
 (0)