From 4c9df1dbc75913c04fded3b1c664c4f07d7ff2b2 Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Sun, 17 Sep 2017 10:32:32 -0700 Subject: [PATCH] Bumped version to 4.5.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 518cd089..6ace1769 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 4.4.9-SNAPSHOT + 4.5.0-SNAPSHOT GitLab API Java Client GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API http://www.messners.com/#gitlab4j-api/gitlab4j-api.html -- GitLab