diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
