Merge pull request #2649 from consul/release-0.15

Release v0.15
This commit is contained in:
Raimond Garcia
2018-05-25 19:03:34 +02:00
committed by GitHub
2 changed files with 81 additions and 2 deletions

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