summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-01 11:21:04 +0200
committerxengineering <me@xengineering.eu>2024-05-01 11:22:13 +0200
commit7cbe33ae59757d67a6b31030aef0769f86acf3c2 (patch)
tree91aa56007773f8c3f95209a466faeaf337f46fd7 /main.go
parentd982951ec15326487eefa80261a0f466d64e2ba0 (diff)
downloadceres-7cbe33ae59757d67a6b31030aef0769f86acf3c2.tar
ceres-7cbe33ae59757d67a6b31030aef0769f86acf3c2.tar.zst
ceres-7cbe33ae59757d67a6b31030aef0769f86acf3c2.zip
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.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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()