We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed13f87 commit acc130eCopy full SHA for acc130e
VERSION
@@ -1 +1 @@
1
-3.0.1
+3.0.3
docs/CLI.md
@@ -830,7 +830,7 @@ hfdownloader version [flags]
830
831
```bash
832
hfdownloader version
833
-# hfdownloader v3.0.0
+# hfdownloader v3.0.3
834
# Go: go1.21.0
835
# OS/Arch: darwin/arm64
836
# Commit: abc123
internal/server/api.go
@@ -91,7 +91,7 @@ type SuccessResponse struct {
91
func (s *Server) handleHealth(w http.ResponseWriter, r *http.Request) {
92
writeJSON(w, http.StatusOK, map[string]any{
93
"status": "ok",
94
- "version": "2.3.3",
+ "version": "3.0.3",
95
"time": time.Now().UTC().Format(time.RFC3339),
96
})
97
}
0 commit comments