We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179e80b commit 2f34d27Copy full SHA for 2f34d27
VERSION
@@ -1 +1 @@
1
-3.0.0
+3.0.1
cmd/hfdownloader/main.go
@@ -11,7 +11,7 @@ import (
11
12
// Version is set at build time via ldflags
13
// Keep in sync with VERSION file
14
-var Version = "3.0.0-dev"
+var Version = "3.0.1-dev"
15
16
func main() {
17
if err := cli.Execute(Version); err != nil {
0 commit comments