From 9e224c3af0f3020bcb0d693b274864a1dc35592f Mon Sep 17 00:00:00 2001 From: ChenLong Ma Date: Thu, 15 Oct 2020 02:06:02 -0500 Subject: [PATCH] feat: update kubefate version (#253) Signed-off-by: ChenLong Ma --- k8s-deploy/Makefile | 2 +- k8s-deploy/pkg/api/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-deploy/Makefile b/k8s-deploy/Makefile index e06d29cf1..94f37b546 100644 --- a/k8s-deploy/Makefile +++ b/k8s-deploy/Makefile @@ -1,5 +1,5 @@ NAME = federatedai/kubefate -VERSION = v1.1.0 +VERSION = v1.1.1 build-linux-binary: go build -a -ldflags '-s' -installsuffix cgo -o kubefate kubefate.go diff --git a/k8s-deploy/pkg/api/version.go b/k8s-deploy/pkg/api/version.go index 24e31e26e..c1d6b4ae2 100644 --- a/k8s-deploy/pkg/api/version.go +++ b/k8s-deploy/pkg/api/version.go @@ -18,7 +18,7 @@ import ( "github.com/gin-gonic/gin" ) -const ServiceVersion = "v1.1.0" +const ServiceVersion = "v1.1.1" type Version struct { }