From f87e6f6361719596565ccb3ba88e0877e7e2074f Mon Sep 17 00:00:00 2001 From: tals Date: Tue, 12 Feb 2019 18:09:43 +0200 Subject: [PATCH] [chore] - pre-release 0.0.7 bump --- configs/version.yaml | 2 +- internal/artifacts/testdata/golden_assembly_manifest.mf | 2 +- .../artifacts/testdata/golden_assembly_manifest_no_paths.mf | 2 +- internal/artifacts/testdata/golden_manifest.mf | 2 +- internal/version/version_cfg.go | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/version.yaml b/configs/version.yaml index b8a2030e6..1d8d317cb 100644 --- a/configs/version.yaml +++ b/configs/version.yaml @@ -1,2 +1,2 @@ -cli_version: 0.0.6 +cli_version: 0.0.7 makefile_version: 0.0.1 \ No newline at end of file diff --git a/internal/artifacts/testdata/golden_assembly_manifest.mf b/internal/artifacts/testdata/golden_assembly_manifest.mf index 3db65cf3c..98972fad2 100644 --- a/internal/artifacts/testdata/golden_assembly_manifest.mf +++ b/internal/artifacts/testdata/golden_assembly_manifest.mf @@ -1,5 +1,5 @@ manifest-Version: 1.0 -Created-By: SAP Application Archive Builder 0.0.6 +Created-By: SAP Application Archive Builder 0.0.7 Name: web/ MTA-Module: java-hello-world diff --git a/internal/artifacts/testdata/golden_assembly_manifest_no_paths.mf b/internal/artifacts/testdata/golden_assembly_manifest_no_paths.mf index 12d51825f..5c770bcd8 100644 --- a/internal/artifacts/testdata/golden_assembly_manifest_no_paths.mf +++ b/internal/artifacts/testdata/golden_assembly_manifest_no_paths.mf @@ -1,5 +1,5 @@ manifest-Version: 1.0 -Created-By: SAP Application Archive Builder 0.0.6 +Created-By: SAP Application Archive Builder 0.0.7 Name: META-INF/mtad.yaml Content-Type: text/plain diff --git a/internal/artifacts/testdata/golden_manifest.mf b/internal/artifacts/testdata/golden_manifest.mf index f6e9bd657..e5d8ec4f4 100644 --- a/internal/artifacts/testdata/golden_manifest.mf +++ b/internal/artifacts/testdata/golden_manifest.mf @@ -1,5 +1,5 @@ manifest-Version: 1.0 -Created-By: SAP Application Archive Builder 0.0.6 +Created-By: SAP Application Archive Builder 0.0.7 Name: node-js/data.zip MTA-Module: node-js diff --git a/internal/version/version_cfg.go b/internal/version/version_cfg.go index d491026a9..cf4d34979 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, 0x30, 0x2e, 0x30, 0x2e, 0x36, 0xd, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31} +var VersionConfig = []byte{0x63, 0x6c, 0x69, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x37, 0xa, 0x6d, 0x61, 0x6b, 0x65, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x30, 0x2e, 0x30, 0x2e, 0x31} diff --git a/package.json b/package.json index 8c6f4321a..fb47f1cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-mta-build-tool", - "version": "0.0.6", + "version": "0.0.7", "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": [],