add get gohook version code

This commit is contained in:
vcaesar 2019-08-27 12:51:46 -04:00
parent 24fd05492e
commit d3470a865a

View File

@ -31,6 +31,9 @@ import (
)
const (
// Version get the gohook version
Version = "v0.10.0.47, Sierra Nevada!"
// HookEnabled honk enable status
HookEnabled = 1 // iota
HookDisabled = 2