diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index 8ba7ceb3b1..980da9515b 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "3.2.0rc3" +VERSION = "3.2.0" diff --git a/tests_e2e/__snapshots__/test_installation.ambr b/tests_e2e/__snapshots__/test_installation.ambr index 82ab0f21d4..9c96ecf04c 100644 --- a/tests_e2e/__snapshots__/test_installation.ambr +++ b/tests_e2e/__snapshots__/test_installation.ambr @@ -14,7 +14,7 @@ Usage: snow [OPTIONS] COMMAND [ARGS]... - Snowflake CLI tool for developers [v3.2.0rc3] + Snowflake CLI tool for developers [v3.2.0] +- Options --------------------------------------------------------------------+ | --version Shows version of the Snowflake CLI |