diff --git a/build.gradle b/build.gradle index bb8b78123..de605f5ae 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } group = 'org.jenkins-ci.plugins' -version = '2.3' +version = '2.4' description = 'Allows users to create tool-agnostic, templated pipelines to be shared by multiple teams' jenkinsPlugin { @@ -141,4 +141,4 @@ tasks.register('printJTEVersion'){ doLast{ println version } -} \ No newline at end of file +}