From d4ae496bb32d332493afc3f0e73fa6056379e81e Mon Sep 17 00:00:00 2001 From: Konstantin Krivopustov Date: Thu, 3 May 2012 07:10:17 +0000 Subject: [PATCH] Increment minor release number --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cfbc547838..6b0d685484 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ allprojects { artifactGroup = 'com.haulmont.cuba' - artifactVersion = '3.2.0' + artifactVersion = '3.3.0' isSnapshot = true //tomcatDir = rootDir.absolutePath + '/../tomcat' }