Skip to content

Commit

Permalink
v1.7 development
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Zinal committed Jun 21, 2024
1 parent 0a4c8f5 commit b4e8e77
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.importer</groupId>
<artifactId>ydb-importer</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<!-- <version>X.Y[-SNAPSHOT]</version> -->
<packaging>jar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tech/ydb/importer/YdbImporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class YdbImporter {
private static final org.slf4j.Logger LOG = org.slf4j.LoggerFactory.getLogger(YdbImporter.class);

// X.Y[-SNAPSHOT]
public static final String VERSION = "1.6-SNAPSHOT";
public static final String VERSION = "1.7-SNAPSHOT";

private final ImporterConfig config;
private final TableMapList tableMaps;
Expand Down

0 comments on commit b4e8e77

Please sign in to comment.