Skip to content

Commit 873c47b

Browse files
committed
bump to release 1.2.0
1 parent 84537c9 commit 873c47b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: 2,
3232
patch: 0,
33-
preRelease: "dev",
33+
preRelease: "",
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.2.0</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<hadoop.version>3.1.4</hadoop.version>

0 commit comments

Comments
 (0)