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:
-rw-r--r--VERSION1
-rw-r--r--protos/ruby/lib/gitaly/version.rb4
2 files changed, 3 insertions, 2 deletions
diff --git a/VERSION b/VERSION
new file mode 100644
index 000000000..0ea3a944b
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.2.0
diff --git a/protos/ruby/lib/gitaly/version.rb b/protos/ruby/lib/gitaly/version.rb
index af0bf1a08..19115dee5 100644
--- a/protos/ruby/lib/gitaly/version.rb
+++ b/protos/ruby/lib/gitaly/version.rb
@@ -1,4 +1,4 @@
+# This file was auto-generated by ./_support/release
module Gitaly
- # TODO Proper versioning
- VERSION = "0.0.1"
+ VERSION = "0.2.0"
end