Skip to content

Commit

Permalink
bump to release 1.2.2 (#5333)
Browse files Browse the repository at this point in the history
Signed-off-by: jiefenghuang <[email protected]>
  • Loading branch information
jiefenghuang authored Dec 2, 2024
1 parent d87d053 commit 92e1db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
ver = Semver{
major: 1,
minor: 2,
patch: 1,
patch: 2,
preRelease: "",
build: fmt.Sprintf("%s.%s", revisionDate, revision),
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<url>https://github.com/juicedata/juicefs</url>
<description>Hadoop FileSystem implementation for JuiceFS</description>
<artifactId>juicefs-hadoop</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>
<properties>
<hadoop.version>3.1.4</hadoop.version>
Expand Down

0 comments on commit 92e1db2

Please sign in to comment.