Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 6531193

Browse files
author
Yevgeny Pats
committed
Add network permissions to snap pkg
1 parent 47cc811 commit 6531193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ snapcrafts:
118118
# You can read the documentation about the available plugs and the
119119
# things they allow:
120120
# https://snapcraft.io/docs/reference/interfaces.
121-
# plugs: ["personal-files"]
121+
plugs: ["network"]
122122

123123
# Bash completion snippet. More information about completion here:
124124
# https://docs.snapcraft.io/tab-completion-for-snaps.

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var cfgFile string
2626
var rootCmd = &cobra.Command{
2727
Use: "fuzzit",
2828
Short: "Continuous fuzzing made simple CLI",
29-
Version: "2.4.14",
29+
Version: "2.4.15",
3030
}
3131

3232
func Execute() {

0 commit comments

Comments
 (0)