From 5da623194f8f04ff37400c6e2b8a3300e6d7e787 Mon Sep 17 00:00:00 2001 From: Dan Midwood Date: Mon, 11 Jun 2018 14:39:11 +0100 Subject: [PATCH] Bump version number from 2.1.x -> 2.2.x --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 02e3710d7..1cc584484 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def VERSION (or (System/getenv "TRAVIS_TAG") "local-2.1.x-SNAPSHOT")) +(def VERSION (or (System/getenv "TRAVIS_TAG") "local-2.2.x-SNAPSHOT")) (defproject drafter VERSION :description "Backend PMD service"