From 42a76c21d5cda670d3a6d81bc61b5ceb6144e91c Mon Sep 17 00:00:00 2001 From: Carlos OKieffe Date: Fri, 23 Apr 2021 12:55:15 -0400 Subject: [PATCH] bump version to 2.2.1 --- build.gradle | 2 +- docs/antora.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0c3e0966b..de0ab3095 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } group = 'org.jenkins-ci.plugins' -version = '2.2' +version = '2.2.1' description = 'Allows users to create tool-agnostic, templated pipelines to be shared by multiple teams' jenkinsPlugin { diff --git a/docs/antora.yml b/docs/antora.yml index 74d857841..a6f1f8783 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: jte title: Jenkins Templating Engine -version: '2.2' +version: '2.2.1' start_page: ROOT:index.adoc nav: - modules/ROOT/nav.adoc