summaryrefslogtreecommitdiff
path: root/pkg/hooks/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/hooks/version.go')
-rw-r--r--pkg/hooks/version.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/hooks/version.go b/pkg/hooks/version.go
deleted file mode 100644
index 637d8e2f4..000000000
--- a/pkg/hooks/version.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package hooks
-
-// version a structure for checking the version of a hook configuration.
-type version struct {
- Version string `json:"version"`
-}