Release version 1.3.1

This commit is contained in:
Javi Martín
2021-06-01 01:22:15 +02:00
parent d06031c427
commit 4d314b08d3
3 changed files with 29 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ class InstallationController < ApplicationController
def consul_installation_details
{
release: "1.3.0"
release: "1.3.1"
}.merge(features: settings_feature_flags)
end