Skip to content

Commit baebd03

Browse files
committed
Bumped version.
1 parent 94db1a7 commit baebd03

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
@@ -12,7 +12,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
1212
```java
1313
dependencies {
1414
...
15-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.0'
15+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.1'
1616
}
1717
```
1818

@@ -23,7 +23,7 @@ dependencies {
2323
<dependency>
2424
<groupId>org.gitlab4j</groupId>
2525
<artifactId>gitlab4j-api</artifactId>
26-
<version>4.11.0</version>
26+
<version>4.11.1</version>
2727
</dependency>
2828
```
2929

0 commit comments

Comments
 (0)