Skip to content

Commit

Permalink
bump to release 1.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD committed Jun 3, 2024
1 parent 51fa581 commit f5bf1d0
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 @@ -30,7 +30,7 @@ var (
major: 1,
minor: 2,
patch: 0,
preRelease: "dev",
preRelease: "rc1",
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-dev</version>
<version>1.2.0-rc1</version>
<packaging>jar</packaging>
<properties>
<hadoop.version>3.1.4</hadoop.version>
Expand Down

0 comments on commit f5bf1d0

Please sign in to comment.