From 666ddbc3cf02904f754fbee38eb84e98881ee703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Job?= Date: Mon, 18 Nov 2024 17:01:10 +0100 Subject: [PATCH] Starting 3.3.0.dev0 on the main branch (#1864) --- src/snowflake/cli/__about__.py | 2 +- tests_e2e/__snapshots__/test_installation.ambr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index 9c9d8b3894..ca67b2ff2f 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "3.2.0.dev0" +VERSION = "3.3.0.dev0" diff --git a/tests_e2e/__snapshots__/test_installation.ambr b/tests_e2e/__snapshots__/test_installation.ambr index 3c11c29402..5be0c59644 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.0.dev0] + Snowflake CLI tool for developers [v3.3.0.dev0] +- Options --------------------------------------------------------------------+ | --version Shows version of the Snowflake CLI |