Skip to content

Commit 8288285

Browse files
committed
v0.8.8
1 parent aeed0e8 commit 8288285

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mux_radix_ctx.go

-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ func (c *radixTreeCtx) Reset(w http.ResponseWriter, r *http.Request, t *Twig) {
254254
c.query = nil
255255
c.store = nil
256256
c.twig = t
257-
258257
}
259258

260259
func (c *radixTreeCtx) Release() {

ver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package twig
22

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

0 commit comments

Comments
 (0)