diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 160efc037..15f0fefd9 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -19,7 +19,7 @@ body: attributes: label: JTE Version description: What version of JTE is installed? - options: [ 2.5, 2.4 , 2.3, 2.2.2, 2.2.1, 2.1, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0, 1.7.1, 1.7, 1.6, 1.5.2, 1.5.1, 1.5, 1.4.2, 1.4.1, 1.4, 1.3, 1.2, 1.1.1, 1.1, 1.0 ] + options: [ 2.5.1, 2.5, 2.4 , 2.3, 2.2.2, 2.2.1, 2.1, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0, 1.7.1, 1.7, 1.6, 1.5.2, 1.5.1, 1.5, 1.4.2, 1.4.1, 1.4, 1.3, 1.2, 1.1.1, 1.1, 1.0 ] validations: required: true - type: textarea diff --git a/build.gradle b/build.gradle index 5f6fc251c..1bca8aae2 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } group = 'org.jenkins-ci.plugins' -version = '2.5' +version = '2.5.1' description = 'Allows users to create tool-agnostic, templated pipelines to be shared by multiple teams' jenkinsPlugin {