Skip to content

Commit

Permalink
new snapshot version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zinal committed Nov 16, 2024
1 parent 204d6fb commit 907a16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tech.ydb.spark</groupId>
<artifactId>ydb-spark-connector</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
<!-- <version>X.Y[-SNAPSHOT]</version> -->
<packaging>jar</packaging>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tech/ydb/spark/connector/YdbCatalog.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class YdbCatalog extends YdbOptions
= org.slf4j.LoggerFactory.getLogger(YdbCatalog.class);

// X.Y[-SNAPSHOT]
public static final String VERSION = "1.3-SNAPSHOT";
public static final String VERSION = "1.4-SNAPSHOT";
public static final String INDEX_PREFIX = "ix/";
public static final String ENTRY_TYPE = "ydb_entry_type";
public static final String ENTRY_OWNER = "ydb_entry_owner";
Expand Down

0 comments on commit 907a16a

Please sign in to comment.