File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/databricks/sdk/core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.databricks</groupId >
77 <artifactId >databricks-sdk-parent</artifactId >
8- <version >0.1.0 </version >
8+ <version >0.1.1 </version >
99 </parent >
1010 <artifactId >databricks-sdk-java</artifactId >
1111 <properties >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class UserAgent {
1313 // TODO: check if reading from
1414 // /META-INF/maven/com.databricks/databrics-sdk-java/pom.properties
1515 // or getClass().getPackage().getImplementationVersion() is enough.
16- private static final String version = "0.1.0 " ;
16+ private static final String version = "0.1.1 " ;
1717
1818 public static void withProduct (String product , String productVersion ) {
1919 UserAgent .product = product ;
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.databricks</groupId >
66 <artifactId >databricks-sdk-parent</artifactId >
7- <version >0.1.0 </version >
7+ <version >0.1.1 </version >
88 <packaging >pom</packaging >
99 <name >Databricks SDK for Java</name >
1010 <description >The Databricks SDK for Java includes functionality to accelerate development with Java for
You can’t perform that action at this time.
0 commit comments