diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-13 20:18:09 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-13 20:18:09 +0000 |
commit | 415dd1a5a9899b3fe2d14eca4ba26bc8cc612e90 (patch) | |
tree | 38043cb1e7d341d9799fae053be7839da811d681 | |
parent | 15731108324a91034996cd8a6ec24df69267aba9 (diff) |
Changes the version
-rw-r--r-- | cmd/api/main.go | 2 |
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 |