diff options
author | James Lopez <james@gitlab.com> | 2019-04-22 13:33:22 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2019-04-22 13:33:22 +0000 |
commit | 8bbb51a63b860935aa72e3c71db7de0a8bf0787c (patch) | |
tree | f85246f5b497793035546aeb30d1a16fea4ed84e /app | |
parent | 68620243b8436b7a1d47762d947a995d4b699c61 (diff) | |
parent | e62f1e99ec9971eb9dc9de1a8c96ac3fce9e0ae4 (diff) | |
download | gitlab-ce-8bbb51a63b860935aa72e3c71db7de0a8bf0787c.tar.gz |
Merge branch 'update-gitlab-runner-helm-chart-to-0-4-0' into 'master'
Update GitLab Runner Helm Chart to 0.4.0/11.10.0
See merge request gitlab-org/gitlab-ce!27508
Diffstat (limited to 'app')
-rw-r--r-- | app/models/clusters/applications/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb index 8cb81bfcbe4..06ab0855e40 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 < ApplicationRecord - VERSION = '0.3.0'.freeze + VERSION = '0.4.0'.freeze self.table_name = 'clusters_applications_runners' |