Skip to content

Commit cc82f73

Browse files
bump version to 2.5.5
1 parent 456865a commit cc82f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: JTE Version
2121
description: What version of JTE is installed?
22-
options: [ 2.5.4, 2.5.3, 2.5.2, 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 ]
22+
options: [ 2.5.5, 2.5.4, 2.5.3, 2.5.2, 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 ]
2323
validations:
2424
required: true
2525
- type: textarea

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
group = 'org.jenkins-ci.plugins'
17-
version = '2.5.4'
17+
version = '2.5.5'
1818
description = 'Allows users to create tool-agnostic, templated pipelines to be shared by multiple teams'
1919

2020
jenkinsPlugin {

0 commit comments

Comments
 (0)