diff --git a/hook.go b/hook.go index 6bd612f..0e592bc 100644 --- a/hook.go +++ b/hook.go @@ -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