Changed json keys to lower-case

This commit is contained in:
Seednode 2023-01-19 12:40:33 -06:00
parent ed748a9b8c
commit 71bedaf9e8
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ type ScanStats struct {
}
type TimesServed struct {
File string
Count uint64
file string
count uint64
}
type ServeStats struct {

View File

@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)
var Version = "0.31.0"
var Version = "0.31.1"
func init() {
rootCmd.AddCommand(versionCmd)