Skip to content

Commit

Permalink
Merge pull request #96 from DCSO/fixes
Browse files Browse the repository at this point in the history
some fixes
  • Loading branch information
satta authored Dec 13, 2021
2 parents c34ddf7 + 94b914c commit a2562a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/fever/cmds/bloom.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var bloomReloadCmd = &cobra.Command{

var bloomCmd = &cobra.Command{
Use: "bloom",
Short: "bloom",
Short: "modify Bloom filter used by FEVER for detection",
Long: `The 'bloom' command interacts with FEVER's Bloom filter matcher.`,
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/fever/cmds/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "1.2.0"
version = "1.3.3"
)

// versionCmd represents the version command
Expand Down

0 comments on commit a2562a0

Please sign in to comment.