Update version number for consul.json

This commit is contained in:
rgarcia
2018-05-25 17:50:06 +02:00
parent ea4eaeb687
commit 32bf83f3ae

View File

@@ -12,7 +12,7 @@ class InstallationController < ApplicationController
def consul_installation_details
{
release: 'v0.14'
release: 'v0.15'
}.merge(features: settings_feature_flags)
end