aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/api
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/api')
-rw-r--r--cmd/api/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/api/main.go b/cmd/api/main.go
index 960d6a7..801284d 100644
--- a/cmd/api/main.go
+++ b/cmd/api/main.go
@@ -9,7 +9,7 @@ import (
"time"
)
-const version = "1.0.0"
+const version = "0.0.1"
// holds the config for our application
// We will read this from the command line flags when we run the application