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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-10-06 15:33:44 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-10-06 15:33:44 +0300
commit1719d651e68fb4ed5ac6836dc5410f621f4465c1 (patch)
tree2329e3dc2afc486c9d01687a7e5eee6953a3ff57
parent4524a982722cea87fb78e83231f15799383ee6ae (diff)
Update VERSION filesv13.4.3
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb7
2 files changed, 5 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index f1017ecea..7dfdf979e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.2
+13.4.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 2a9afb3b9..be834ffb1 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,5 +1,6 @@
-# This file was auto-generated by release-tools
-# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
+# This file was auto-generated by the Release Tools project
+# (https://gitlab.com/gitlab-org/release-tools/), and should not be
+# modified.
module Gitaly
- VERSION = '13.4.2'
+ VERSION = '13.4.3'
end