From 2b43e1399e9be53334a910541fcdc0c98cf823ec Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Thu, 24 Oct 2024 13:43:41 +0200 Subject: [PATCH] Remove rc suffix from 3.1.0 --- src/snowflake/cli/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index eb73f409ce..de02292dd5 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "3.1.0rc3" +VERSION = "3.1.0"