Skip to content

Commit 0fb9155

Browse files
committed
bump to 1.0.0-beta3
1 parent 05a8eaa commit 0fb9155

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: 0,
3232
patch: 0,
33-
preRelease: "alpha3",
33+
preRelease: "beta3",
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
@@ -5,7 +5,7 @@
55
<name>juicefs-hadoop</name>
66
<description>Hadoop FileSystem implementation for JuiceFS</description>
77
<artifactId>juicefs-hadoop</artifactId>
8-
<version>1.0.0-alpha3</version>
8+
<version>1.0.0-beta3</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<hadoop.version>3.1.4</hadoop.version>

0 commit comments

Comments
 (0)