aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
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 8bae750..9339609 100644
--- a/main.go
+++ b/main.go
@@ -126,7 +126,7 @@ func main() {
logger := slog.New(logHandler)
slog.SetDefault(logger)
- querier := data.NewQuery(globalFlags.DBPath)
+ querier := data.NewQuery(globalFlags.DBPath, VERSION)
// command specific
var exitCode int