Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Version Bump 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanpil committed Apr 20, 2020
1 parent 6e440a6 commit f6ec5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sheret.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f6ec5b6

Please sign in to comment.