Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Mar 4, 2024
1 parent 2de45a6 commit 29d1f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ build-all: $(GORELEASER) generate ## Build binaries for Linux and Mac and place

.PHONY: print-version
print-version: ## Prints the upcoming release number
@go run internal/version/generate/release_generate.go print-version
@go run pkg/version/generate/release_generate.go print-version


##@ General
Expand Down
5 changes: 3 additions & 2 deletions pkg/version/release.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*
// Copyright © Weifeng Wang <[email protected]>
//
// Licensed under the Apache License 2.0.

*/
package version

// This file was generated by release_generate.go; DO NOT EDIT.
Expand All @@ -19,4 +20,4 @@ var GitCommit = ""
var BuildDate = ""

// GoVersion returns the Go version string.
var GoVersion = "go1.20.6"
var GoVersion = "go1.22.0"

0 comments on commit 29d1f69

Please sign in to comment.