Skip to content

Commit

Permalink
[fix]: version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxyzl committed Jun 19, 2024
1 parent 67a010b commit b3cec08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gsgen_tools/internal/gen_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func buildUnnamedStructWithValue(fields []*ast.Field) *ast.CompositeLit {

// addHeader 增加头文件
func addHeader(buffer *bytes.Buffer, headAnnotations []string) {
buffer.WriteString("// Code generated by https://github.com/chenxyzl/gen_tools; DO NOT EDIT.\n")
buffer.WriteString("// Code generated by https://github.com/chenxyzl/gsgen; DO NOT EDIT.\n")
buffer.WriteString(fmt.Sprintf("// gen_tools version: %s\n", Version))
buffer.WriteString(fmt.Sprintf("// generate time: %s\n", time.Now().Format("2006-01-02 15:04:05")))
for _, v := range headAnnotations {
Expand Down
2 changes: 1 addition & 1 deletion gsgen_tools/internal/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package internal

const Version = "1.0.7"
const Version = "1.1.1"

0 comments on commit b3cec08

Please sign in to comment.