From ffc9a83e9d6d62c1a3bdef394fe326393371dccb Mon Sep 17 00:00:00 2001 From: CloudMTABot Date: Fri, 2 Dec 2022 03:48:41 +0000 Subject: [PATCH] [skip ci] Bump version 1.2.21 --- Dockerfile_mbtci_template | 2 +- VERSION | 2 +- configs/version.yaml | 2 +- internal/version/version_cfg.go | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile_mbtci_template b/Dockerfile_mbtci_template index 7427ca24..70892f27 100644 --- a/Dockerfile_mbtci_template +++ b/Dockerfile_mbtci_template @@ -3,7 +3,7 @@ FROM debian:bullseye-slim # Build time arguments ARG MTA_USER="mta" ARG MTA_USER_HOME="/home/${MTA_USER}" -ARG MBT_VERSION=1.2.20 +ARG MBT_VERSION=1.2.21 ARG GO_VERSION=1.19.3 ARG NODE_VERSION=NODE_VERSION_TEMPLATE ARG MAVEN_VERSION=3.8.6 diff --git a/VERSION b/VERSION index 53fc08d6..9728bd69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.20 +1.2.21 diff --git a/configs/version.yaml b/configs/version.yaml index f9765162..8331d7aa 100644 --- a/configs/version.yaml +++ b/configs/version.yaml @@ -1,2 +1,2 @@ -cli_version: 1.2.20 +cli_version: 1.2.21 makefile_version: 0.0.1 diff --git a/internal/version/version_cfg.go b/internal/version/version_cfg.go index 7a79e115..20f45d4f 100644 --- a/internal/version/version_cfg.go +++ b/internal/version/version_cfg.go @@ -1,4 +1,4 @@ package version // VersionConfig - do not edit -var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x2e, 0x32, 0x2e, 0x32, 0x30, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0xa} +var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x2e, 0x32, 0x2e, 0x32, 0x31, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0xa} diff --git a/package.json b/package.json index a9c80c78..c80448b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mbt", - "version": "1.2.20", + "version": "1.2.21", "description": "[![CircleCI](https://circleci.com/gh/SAP/cloud-mta-build-tool.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta-build-tool) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta-build-tool)](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta-build-tool/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover) ![GitHub license](https://img.shields.io/badge/license-Apache_2.0-blue.svg) ![pre-alpha](https://img.shields.io/badge/Release-pre--alpha-orange.svg)", "main": "index.js", "files": [