From 7f8a1162e7848a0b8ea64b57de0d374e0c7d5bb4 Mon Sep 17 00:00:00 2001 From: bnkamalesh Date: Fri, 6 Aug 2021 19:23:21 +0530 Subject: [PATCH] [-] updated README version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120267e..74af2be 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/bnkamalesh/webgo) [![](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#web-frameworks) -# WebGo v5.3.0 +# WebGo v5.3.1 WebGo is a minimalistic framework for [Go](https://golang.org) to build web applications (server side) with no 3rd party dependencies. WebGo will always be Go standard library compliant; with the HTTP handlers having the same signature as [http.HandlerFunc](https://golang.org/pkg/net/http/#HandlerFunc).