Skip to content

Commit

Permalink
Merge pull request #103 from skyflowapi/release/24.1.1
Browse files Browse the repository at this point in the history
SK-1358 Update version for new release
  • Loading branch information
skyflow-vivek authored Jan 10, 2024
2 parents a8818cb + fd35754 commit b4e97ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.skyflow</groupId>
<artifactId>skyflow-java</artifactId>
<version>1.12.1</version>
<version>1.13.0</version>
</dependency>
```
---
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.skyflow</groupId>
<artifactId>skyflow-java</artifactId>
<version>1.12.1</version>
<version>1.13.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.skyflow</groupId>
<artifactId>skyflow-java</artifactId>
<version>1.12.1</version>
<version>1.13.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/skyflow/common/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class Constants {

public static final String SDK_METRICS_HEADER_KEY = "sky-metadata";
public static final String SDK_VERSION = "1.12.1";
public static final String SDK_VERSION = "1.13.0";

}

0 comments on commit b4e97ea

Please sign in to comment.