Skip to content

Commit 5999be9

Browse files
committed
Bumped version in prepartion for release.
1 parent 25b05ef commit 5999be9

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
@@ -50,7 +50,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5050
```java
5151
dependencies {
5252
...
53-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.12.2'
53+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.12.3'
5454
}
5555
```
5656

@@ -61,7 +61,7 @@ dependencies {
6161
<dependency>
6262
<groupId>org.gitlab4j</groupId>
6363
<artifactId>gitlab4j-api</artifactId>
64-
<version>4.12.2</version>
64+
<version>4.12.3</version>
6565
</dependency>
6666
```
6767

0 commit comments

Comments
 (0)