Skip to content

Commit

Permalink
bump version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-terrana committed Mar 8, 2022
1 parent 1ee02a6 commit a3506f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -141,4 +141,4 @@ tasks.register('printJTEVersion'){
doLast{
println version
}
}
}

0 comments on commit a3506f9

Please sign in to comment.