Skip to content

Commit

Permalink
feat: release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed May 23, 2024
1 parent 1b22aea commit 1b75aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion controllers/invoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ type InvokePostResponse struct {
func (c *InvokeController) Post() {
traceID := strings.Replace(uuid.NewString(), "-", "", -1)
traceLogger := log.WithField("trace_id", traceID)
traceLogger.Info("request headers:", c.Ctx.Request.Header)

// 只有非DEV环境才会去进行网关认证,方便本地调试
if !conf.IsDevMode() {
Expand Down
2 changes: 1 addition & 1 deletion info/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package info

const version = "v0.6.0"
const version = "v0.6.1"

func Version() string {
return version
Expand Down

0 comments on commit 1b75aee

Please sign in to comment.