Skip to content

Commit

Permalink
Bumped version in preparation for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed Sep 26, 2019
1 parent af091a3 commit 03d88af
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.12.6'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.12.7'
}
```

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

Expand Down

0 comments on commit 03d88af

Please sign in to comment.