diff --git a/src/sheret.go b/src/sheret.go index 7404851..b6d12e3 100644 --- a/src/sheret.go +++ b/src/sheret.go @@ -22,7 +22,7 @@ import ( const appname string ="Sheret" const appdesc string ="Static Web Server" -const version string = "1.1" +const version string = "1.2" func loggingHandler(h http.Handler, quiet bool) http.Handler { return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {