From 96e686ba426af924efd9a0f799577ead90380b53 Mon Sep 17 00:00:00 2001 From: Markus Strehle <11627201+strehle@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:00:10 +0100 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 8bba3ba..521ba50 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.6' + VERSION = '4.0.7' end end