From 280fd2ec5bff4b411b892ca304d60e08635907ea Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Mon, 10 Jul 2017 21:58:23 -0700 Subject: [PATCH] Bumped version to 4.4.0 for next release. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c519dc2..b20843ed 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 4.3.7-SNAPSHOT + 4.4.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