Skip to content

Commit

Permalink
Merge pull request #78 from portainer/feat-version-format
Browse files Browse the repository at this point in the history
feat: update k2d version format
  • Loading branch information
deviantony authored Oct 19, 2023
2 parents 37e71a3 + 22fd52d commit 5ca3f90
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 5ca3f90

Please sign in to comment.