Update version on install controller (late)

This commit is contained in:
Bertocq
2018-01-03 21:06:37 +01:00
parent ee62990c0f
commit 327817ff36

View File

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