Skip to content

Commit

Permalink
chore: up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed Jan 20, 2024
1 parent bcd09f9 commit 1d1da35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func returnInfo(w http.ResponseWriter, r *http.Request) {
Registrations bool
}{
APIVersion: 1,
ServerVersion: "0.7.0",
ServerVersion: "0.7.1",
Visibility: config.Options.Visibility,
Registrations: config.Options.Registrations,
}, r.URL.Path)
Expand Down

0 comments on commit 1d1da35

Please sign in to comment.