From 62a0abf8762d8c898738c46ced731e3ef312d42d Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:14:29 -0500 Subject: [PATCH] update release version (#2171) Co-authored-by: Prashant Tiwari Co-authored-by: Prashant Tiwari --- src/_nebari/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index 89860e8ba8..02e89d607a 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -1,4 +1,4 @@ -CURRENT_RELEASE = "2023.11.1" +CURRENT_RELEASE = "2023.12.1" # NOTE: Terraform cannot be upgraded further due to Hashicorp licensing changes # implemented in August 2023.