diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2019-02-22 13:30:40 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2019-02-22 13:30:40 +0100 |
commit | 7f728992b1aeba4c2fe2fe4cfc88ceaa66987186 (patch) | |
tree | 3ce8110b25521ac0ba0c52e3a39b311df610373e /app/models | |
parent | 0152d6ff1187c1baf25415189a0d73972875c328 (diff) | |
download | gitlab-ce-7f728992b1aeba4c2fe2fe4cfc88ceaa66987186.tar.gz |
Update GitLab Runner Helm Chart to 0.2.0
Diffstat (limited to 'app/models')
-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 f17da0bb7b1..941551dadaa 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.45'.freeze + VERSION = '0.2.0'.freeze self.table_name = 'clusters_applications_runners' |