aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-01-02 16:33:31 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-01-02 16:33:31 +0530
commitd10d43468bf816fa9d58fab26ab99c1bd01bd635 (patch)
tree4b81b9ba254020976bb6e1b7de8def44073a77a5 /main.go
parent6d0190961fe940b1b2ccd6b930c4c84103bcafd3 (diff)
increment version number
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 705139e..2441c6f 100644
--- a/main.go
+++ b/main.go
@@ -14,7 +14,7 @@ import (
)
var (
- DEFAULT_PORT, DEFAULT_DIR, APP_VERSION string = "8080", ".", "v0.1.1"
+ DEFAULT_PORT, DEFAULT_DIR, APP_VERSION string = "8080", ".", "v0.2.0"
)
func serve(port, dir string, wg *sync.WaitGroup) *http.Server {