Skip to content

Commit a81f533

Browse files
committed
Bumped version in preparation for next release.
1 parent 0eccb59 commit a81f533

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
@@ -54,7 +54,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5454
```java
5555
dependencies {
5656
...
57-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.15.6'
57+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.15.7'
5858
}
5959
```
6060

@@ -65,7 +65,7 @@ dependencies {
6565
<dependency>
6666
<groupId>org.gitlab4j</groupId>
6767
<artifactId>gitlab4j-api</artifactId>
68-
<version>4.15.6</version>
68+
<version>4.15.7</version>
6969
</dependency>
7070
```
7171

0 commit comments

Comments
 (0)