Skip to content

Commit acc130e

Browse files
committed
chore: release v3.0.3
1 parent ed13f87 commit acc130e

File tree

4 files changed

+599
-3
lines changed

4 files changed

+599
-3
lines changed

VERSION

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

docs/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ hfdownloader version [flags]
830830

831831
```bash
832832
hfdownloader version
833-
# hfdownloader v3.0.0
833+
# hfdownloader v3.0.3
834834
# Go: go1.21.0
835835
# OS/Arch: darwin/arm64
836836
# Commit: abc123

internal/server/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type SuccessResponse struct {
9191
func (s *Server) handleHealth(w http.ResponseWriter, r *http.Request) {
9292
writeJSON(w, http.StatusOK, map[string]any{
9393
"status": "ok",
94-
"version": "2.3.3",
94+
"version": "3.0.3",
9595
"time": time.Now().UTC().Format(time.RFC3339),
9696
})
9797
}

0 commit comments

Comments
 (0)