From 7cbe33ae59757d67a6b31030aef0769f86acf3c2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 1 May 2024 11:21:04 +0200 Subject: model: Add version.txt file to storage folder This prepares the ability to check for compatibility between a Ceres executable build and an existing storage folder. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 50cfce5..4947fc8 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ func main() { os.Exit(0) } - model.InitStorage() + model.InitStorage(gitDescribe) defer model.RemoveStorage() model.InitDatabase() -- cgit v1.2.3-70-g09d2