Skip to content

Commit e87a4ec

Browse files
committed
bump to release 1.3.0-rc1
Signed-off-by: jiefenghuang <[email protected]>
1 parent f77109a commit e87a4ec

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
@@ -30,7 +30,7 @@ var (
3030
major: 1,
3131
minor: 3,
3232
patch: 0,
33-
preRelease: "dev",
33+
preRelease: "rc1",
3434
build: fmt.Sprintf("%s.%s", revisionDate, revision),
3535
}
3636
)

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-dev</version>
9+
<version>1.3-rc1</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<hadoop.version>3.1.4</hadoop.version>

0 commit comments

Comments
 (0)