From f67dfcc8586d7d965694466930b6b59cd6ed4cad Mon Sep 17 00:00:00 2001 From: taitus Date: Wed, 29 Jan 2025 13:51:15 +0100 Subject: [PATCH] Set version number --- app/controllers/installation_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/installation_controller.rb b/app/controllers/installation_controller.rb index 74856df46..ed015d893 100644 --- a/app/controllers/installation_controller.rb +++ b/app/controllers/installation_controller.rb @@ -10,7 +10,7 @@ class InstallationController < ApplicationController private def consul_installation_details - { release: "2.2.2" }.merge(features: settings_feature_flags) + { release: "2.3.0" }.merge(features: settings_feature_flags) end def settings_feature_flags