From 415dd1a5a9899b3fe2d14eca4ba26bc8cc612e90 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 13 Mar 2024 20:18:09 +0000 Subject: Changes the version --- cmd/api/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3