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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@gitlab.com>2018-10-19 17:38:32 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-10-19 17:38:32 +0300
commit8288e91b9aaa7baa001d940dcb34360dede99fcc (patch)
treea69d493286b824e02a999c56fdcbf58fda822429 /app
parent284100a8e3308eab37a1a8890afc3b96020f97ec (diff)
Update used version of Runner Helm Chart to 0.1.34
Diffstat (limited to 'app')
-rw-r--r--app/models/clusters/applications/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb
index a4a2e2b79a6..43bf852c7ec 100644
--- a/app/models/clusters/applications/runner.rb
+++ b/app/models/clusters/applications/runner.rb
@@ -3,7 +3,7 @@
module Clusters
module Applications
class Runner < ActiveRecord::Base
- VERSION = '0.1.31'.freeze
+ VERSION = '0.1.34'.freeze
self.table_name = 'clusters_applications_runners'