Skip to content

Commit 2f34d27

Browse files
committed
chore: bump version to 3.0.1
1 parent 179e80b commit 2f34d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

cmd/hfdownloader/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// Version is set at build time via ldflags
1313
// Keep in sync with VERSION file
14-
var Version = "3.0.0-dev"
14+
var Version = "3.0.1-dev"
1515

1616
func main() {
1717
if err := cli.Execute(Version); err != nil {

0 commit comments

Comments
 (0)