Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/hook.proto')
-rw-r--r--proto/hook.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/hook.proto b/proto/hook.proto
index f2790ce2b..2b02f4a1c 100644
--- a/proto/hook.proto
+++ b/proto/hook.proto
@@ -5,7 +5,7 @@ package gitaly;
import "lint.proto";
import "shared.proto";
-option go_package = "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb";
// HookService is a service which provides the implementation of a subset of
// Git hooks. These are typically invoked via the `gitaly-hooks` binary to