Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
434638a61d
|
|||
|
c2909b4cfb
|
@@ -109,6 +109,9 @@ func (p *Plugin) AddCommand(command *Command) *Plugin {
|
||||
p.Commands[command.command] = *command
|
||||
return p
|
||||
}
|
||||
func (p *Plugin) NewCommand(exec CommandExecutor, command string, args ...CommandArg) *Command {
|
||||
return NewCommand(exec, command, args...)
|
||||
}
|
||||
func (p *Plugin) AddPayload(command *Command) *Plugin {
|
||||
p.Payloads[command.command] = *command
|
||||
return p
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package utils
|
||||
|
||||
const (
|
||||
VersionString = "0.6.0"
|
||||
VersionString = "0.6.1"
|
||||
VersionMajor = 0
|
||||
VersionMinor = 6
|
||||
VersionPatch = 0
|
||||
VersionPatch = 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user