Update version number for consul.json

This commit is contained in:
voodoorai2000
2018-10-31 13:41:11 +01:00
parent 56f1ae2009
commit a303a60f65
2 changed files with 73 additions and 72 deletions

View File

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