From b7917df8e63ec23112cee1f11b7662d3152bb2a7 Mon Sep 17 00:00:00 2001 From: Markus Strehle <11627201+strehle@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:43:51 +0200 Subject: [PATCH] next development version --- lib/uaa/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uaa/version.rb b/lib/uaa/version.rb index f41d6fd..0735266 100644 --- a/lib/uaa/version.rb +++ b/lib/uaa/version.rb @@ -14,6 +14,6 @@ # Cloud Foundry namespace module CF module UAA - VERSION = '4.0.4' + VERSION = '4.0.5' end end