Browse Source

chore: update version (#1961)

Kevin Wan 2 years ago
parent
commit
46078e716d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/goctl/internal/version/version.go

+ 1 - 1
tools/goctl/internal/version/version.go

@@ -6,7 +6,7 @@ import (
 )
 
 // BuildVersion is the version of goctl.
-const BuildVersion = "1.3.6-beta"
+const BuildVersion = "1.3.6"
 
 var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}