diff --git a/VERSION b/VERSION index 90a27f9..af0b7dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.5 +1.0.6 diff --git a/configs/version.yaml b/configs/version.yaml index 4e5fdb5..4ece0a0 100644 --- a/configs/version.yaml +++ b/configs/version.yaml @@ -1 +1 @@ -cli_version: v1.0.5 +cli_version: v1.0.6 diff --git a/internal/version/version_cfg.go b/internal/version/version_cfg.go index 64fe331..8fc97db 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, 0x76, 0x31, 0x2e, 0x30, 0x2e, 0x35, 0xa} +var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x76, 0x31, 0x2e, 0x30, 0x2e, 0x36, 0xa} diff --git a/package.json b/package.json index 2154776..7db8431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mta", - "version": "1.0.5", + "version": "1.0.6", "description": "[![CircleCI](https://circleci.com/gh/SAP/cloud-mta.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta)](https://goreportcard.com/report/github.com/SAP/cloud-mta) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta?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": [