From e62f1e99ec9971eb9dc9de1a8c96ac3fce9e0ae4 Mon Sep 17 00:00:00 2001 From: Steve Azzopardi Date: Fri, 19 Apr 2019 11:26:42 +0200 Subject: Update GitLab Runner Helm Chart to 0.4.0 --- app/models/clusters/applications/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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' -- cgit v1.2.3