Skip to content

Commit

Permalink
v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
it512 committed Mar 9, 2019
1 parent aeed0e8 commit 8288285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mux_radix_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ func (c *radixTreeCtx) Reset(w http.ResponseWriter, r *http.Request, t *Twig) {
c.query = nil
c.store = nil
c.twig = t

}

func (c *radixTreeCtx) Release() {
Expand Down
2 changes: 1 addition & 1 deletion ver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package twig

const Version = "v0.8.8-dev"
const Version = "v0.8.8"

0 comments on commit 8288285

Please sign in to comment.