diff --git a/msal/application.py b/msal/application.py index c3e7b0a8..1e2e685a 100644 --- a/msal/application.py +++ b/msal/application.py @@ -25,7 +25,7 @@ # The __init__.py will import this. Not the other way around. -__version__ = "1.24.0b1" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.24.0b2" # When releasing, also check and bump our dependencies's versions if needed logger = logging.getLogger(__name__) _AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"