Skip to content

Commit

Permalink
Change version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Subbotin committed Aug 16, 2019
1 parent f75fcbf commit 27d9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def projectName = "YARG (Yet another report generator)"
def projectDescription = "Open source library for report generation. Provided by Haulmont."
def projectUrl = "https://github.com/cuba-platform/yarg"

def artifactVersion = '2.1-SNAPSHOT'
def artifactVersion = '2.2-SNAPSHOT'
if (rootProject.hasProperty('buildVersion')) {
artifactVersion = rootProject['buildVersion']
}
Expand Down

0 comments on commit 27d9c06

Please sign in to comment.