Skip to content

Commit 92e1db2

Browse files
authored
bump to release 1.2.2 (#5333)
Signed-off-by: jiefenghuang <jiefeng@juicedata.io>
1 parent d87d053 commit 92e1db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 2,
32-
patch: 1,
32+
patch: 2,
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.2.1</version>
9+
<version>1.2.2</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<hadoop.version>3.1.4</hadoop.version>

0 commit comments

Comments
 (0)