Skip to content

Commit

Permalink
feat: update k2d version format
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Oct 19, 2023
1 parent 37e71a3 commit 22fd52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/root/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (svc VersionService) Version(r *restful.Request, w *restful.Response) {
version := version.Info{
Major: "1",
Minor: "28",
GitVersion: "v1.28.2-k2d",
GitVersion: "v1.28.2+k2d.100b",
GoVersion: runtime.Version(),
Compiler: "gc",
Platform: "linux/amd64",
Expand Down

0 comments on commit 22fd52d

Please sign in to comment.