Skip to content

Commit

Permalink
Bumped version in preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed Jul 25, 2019
1 parent 5e4957a commit 965e4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.18'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.19'
}
```

Expand All @@ -61,7 +61,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>4.11.18</version>
<version>4.11.19</version>
</dependency>
```

Expand Down

0 comments on commit 965e4a5

Please sign in to comment.