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:
authorJacob Vosmaer <jacob@gitlab.com>2017-02-09 20:24:45 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-02-09 20:24:45 +0300
commit833b069cd41ec76f56091da40722535735431d2c (patch)
treef9b0f018a4a568615edc6bd84d9f09d110d21e20
parentb9f9a3539f413389de693006cd351c0eff228af1 (diff)
Version 0.2.0v0.2.0
-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