Skip to content

Commit

Permalink
Update for release 4.8.33
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed Jul 19, 2018
1 parent 48cc028 commit e242bac
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 @@ -11,7 +11,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.32'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.33'
}
```

Expand All @@ -20,7 +20,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>4.8.32</version>
<version>4.8.33</version>
</dependency>
```

Expand Down

0 comments on commit e242bac

Please sign in to comment.