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
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2019-03-22 13:17:42 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2019-03-22 13:17:42 +0300
commit6006f8204998f4acd345c76481bb65be497b4673 (patch)
tree54acba45f414f426bd3c6a9e02752f6462783e50 /app/models/clusters/applications
parent9764c123b23e4df5e65004ac8000da302394bbd7 (diff)
Update GitLab Runner Helm Chart to 0.3.0
Diffstat (limited to 'app/models/clusters/applications')
-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 941551dadaa..ef9cc4bd6d6 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.2.0'.freeze
+ VERSION = '0.3.0'.freeze
self.table_name = 'clusters_applications_runners'