From ff433fed49682b82fca1b1256a038eeec6b92911 Mon Sep 17 00:00:00 2001 From: Markus Strehle <11627201+strehle@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:19:24 +0100 Subject: [PATCH] Major Update (#81) Because of encoding switch, removal of varz --- 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 ca29889..3f1ea7f 100644 --- a/lib/uaa/version.rb +++ b/lib/uaa/version.rb @@ -14,6 +14,6 @@ # Cloud Foundry namespace module CF module UAA - VERSION = '3.14.5' + VERSION = '4.0.0' end end