Skip to content

Commit

Permalink
bump to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Apr 15, 2021
1 parent 5412fde commit 7b4df23
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 @@ -18,7 +18,7 @@ package version
import "fmt"

var (
version = "0.12.0"
version = "0.12.1"
revision = "$Format:%h$"
revisionDate = "$Format:%as$"
)
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>juicefs-hadoop</name>
<description>Hadoop FileSystem implementation for JuiceFS</description>
<artifactId>juicefs-hadoop</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
<packaging>jar</packaging>
<properties>
<hadoop.version>3.0.0</hadoop.version>
Expand Down

0 comments on commit 7b4df23

Please sign in to comment.