From 627108a4f615602f5bbed328180193ed260f68e2 Mon Sep 17 00:00:00 2001 From: bnkamalesh Date: Sat, 19 Mar 2022 08:07:13 +0530 Subject: [PATCH] [-] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d629900..8168b08 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 v6.6.0 +# WebGo v6.6.2 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).