This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch release-1.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.1.x by this push:
     new 2ec693f  chore: fix version in release-1.1.x branch
2ec693f is described below

commit 2ec693f54875588583b62cb0c6825e0ec296f1b9
Author: nicolaferraro <[email protected]>
AuthorDate: Mon Aug 31 09:44:22 2020 +0200

    chore: fix version in release-1.1.x branch
---
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index fb13e14..6015ac3 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "1.1.0"
+       Version = "1.1.1-SNAPSHOT"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "1.4.1"
diff --git a/script/Makefile b/script/Makefile
index 9bae493..4861d4b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 1.1.0
+VERSION := 1.1.1-SNAPSHOT
 LAST_RELEASED_VERSION := 1.0.1
 RUNTIME_VERSION := 1.4.1
 BUILDAH_VERSION := 1.14.0

Reply via email to