Skip to content

Commit

Permalink
feat: update kubefate version (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: ChenLong Ma <owlet42@126.com>
  • Loading branch information
owlet42 authored Oct 15, 2020
1 parent 08f3c01 commit 9e224c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s-deploy/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s-deploy/pkg/api/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/gin-gonic/gin"
)

const ServiceVersion = "v1.1.0"
const ServiceVersion = "v1.1.1"

type Version struct {
}
Expand Down

0 comments on commit 9e224c3

Please sign in to comment.