Skip to content

Commit

Permalink
update version v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Jan 5, 2020
1 parent 5494a1e commit 9568476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module main

require (
github.com/gin-gonic/gin v1.4.1-0.20190924141841-9b9f4fab34cc
github.com/guonaihong/gout v0.0.5
github.com/guonaihong/gout v0.0.6
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gout

// Version show version
const Version = "v0.0.6-dev-2019-12-30"
const Version = "v0.0.6"

0 comments on commit 9568476

Please sign in to comment.