Version bump

This commit is contained in:
yo 2022-06-26 20:02:29 +02:00
parent 276d01ed4c
commit 745811c39b

View File

@ -14,7 +14,7 @@ import (
)
const (
gVersion = "0.27d"
gVersion = "0.27e"
// TODO : Get from $jail_zpool/defaults.json
MIN_DYN_DEVFS_RULESET = 1000
@ -254,7 +254,7 @@ You can specify multiple datastores.`,
Use: "test",
Short: "temporary command to test some code snippet",
Run: func(cmd *cobra.Command, args []string) {
addDevfsRuleToRuleset("path bpf* unhide", 1999)
fmt.Printf("Nope\n")
},
}
)