From 48490b0d62ac04f3c3c4104b44e5030f806142cb Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Mon, 18 Feb 2019 09:28:25 -0800 Subject: [PATCH] Bumped version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a11f26d0..cac8028b 100644 --- a/README.md +++ b/README.md @@ -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.9.16' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.9.17' } ``` @@ -22,7 +22,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.9.16 + 4.9.17 ``` -- GitLab