diff options
Diffstat (limited to 'lib/hooks/post-receive')
-rwxr-xr-x | lib/hooks/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hooks/post-receive b/lib/hooks/post-receive index ebd9e1a028a..6944d3e3f72 100755 --- a/lib/hooks/post-receive +++ b/lib/hooks/post-receive @@ -1,5 +1,6 @@ #!/usr/bin/env bash +# Version 4.1 # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. |