Skip to content

Commit

Permalink
Update SnowflakeDriver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-anavalos committed Sep 26, 2023
1 parent abd440b commit 8f31dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
static SnowflakeDriver INSTANCE;

public static final Properties EMPTY_PROPERTIES = new Properties();
public static String implementVersion = "3.14.1";
public static String implementVersion = "3.14.2";

static int majorVersion = 0;
static int minorVersion = 0;
Expand Down

0 comments on commit 8f31dc3

Please sign in to comment.