Skip to content

Commit

Permalink
version bumped to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unique1o1 committed Aug 24, 2021
1 parent c3bf343 commit a2628f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"syscall"
)

const VERSION = "v1.1.2"
const VERSION = "v1.1.3"

var port = flag.String("port", "", "Port number of the local server")
var subdomain = flag.String("subdomain", "", "Name for Sub-domain")
Expand Down

0 comments on commit a2628f3

Please sign in to comment.