Skip to content

Commit 9e8b1e3

Browse files
authored
bump to release 1.1.6 (#5601)
Signed-off-by: jiefenghuang <[email protected]>
1 parent 7132afd commit 9e8b1e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
ver = Semver{
3030
major: 1,
3131
minor: 1,
32-
patch: 5,
32+
patch: 6,
3333
preRelease: "",
3434
build: fmt.Sprintf("%s.%s", revisionDate, revision),
3535
}

sdk/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<url>https://github.com/juicedata/juicefs</url>
77
<description>Hadoop FileSystem implementation for JuiceFS</description>
88
<artifactId>juicefs-hadoop</artifactId>
9-
<version>1.1.5</version>
9+
<version>1.1.6</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<hadoop.version>3.1.4</hadoop.version>

sdk/java/src/main/java/io/juicefs/JuiceFileSystemImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ public static Libjfs loadLibrary() {
573573
LibraryLoader<Libjfs> libjfsLibraryLoader = LibraryLoader.create(Libjfs.class);
574574
libjfsLibraryLoader.failImmediately();
575575

576-
int soVer = 22;
576+
int soVer = 24;
577577
String osId = "so";
578578
String archId = "amd64";
579579
String resourceFormat = "libjfs-%s.%s.gz";

0 commit comments

Comments
 (0)