aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-13 20:18:09 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-13 20:18:09 +0000
commit415dd1a5a9899b3fe2d14eca4ba26bc8cc612e90 (patch)
tree38043cb1e7d341d9799fae053be7839da811d681
parent15731108324a91034996cd8a6ec24df69267aba9 (diff)
Changes the version
-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