Skip to content

Commit 2c1223c

Browse files
committed
update version to 1.14.0
1 parent d1058da commit 2c1223c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fips-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.snowflake</groupId>
66
<artifactId>snowpark-fips</artifactId>
7-
<version>1.14.0-SNAPSHOT</version>
7+
<version>1.14.0</version>
88
<name>${project.artifactId}</name>
99
<description>Snowflake's DataFrame API</description>
1010
<url>https://www.snowflake.com/</url>

java_doc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.snowflake</groupId>
66
<artifactId>snowpark-java</artifactId>
7-
<version>1.14.0-SNAPSHOT</version>
7+
<version>1.14.0</version>
88
<name>${project.artifactId}</name>
99
<description>Snowflake's DataFrame API</description>
1010
<url>https://www.snowflake.com/</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.snowflake</groupId>
66
<artifactId>snowpark</artifactId>
7-
<version>1.14.0-SNAPSHOT</version>
7+
<version>1.14.0</version>
88
<name>${project.artifactId}</name>
99
<description>Snowflake's DataFrame API</description>
1010
<url>https://www.snowflake.com/</url>

src/main/scala/com/snowflake/snowpark/internal/Utils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import scala.collection.mutable.ArrayBuffer
2323
import scala.util.Random
2424

2525
object Utils extends Logging {
26-
val Version: String = "1.14.0-SNAPSHOT"
26+
val Version: String = "1.14.0"
2727
// Package name of snowpark on server side
2828
val SnowparkPackageName = "com.snowflake:snowpark"
2929
val PackageNameDelimiter = ":"

0 commit comments

Comments
 (0)