Skip to content

Commit a2562a0

Browse files
authored
Merge pull request #96 from DCSO/fixes
some fixes
2 parents c34ddf7 + 94b914c commit a2562a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/fever/cmds/bloom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var bloomReloadCmd = &cobra.Command{
9898

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

cmd/fever/cmds/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
version = "1.2.0"
10+
version = "1.3.3"
1111
)
1212

1313
// versionCmd represents the version command

0 commit comments

Comments
 (0)