Skip to content

Commit

Permalink
chore: Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed May 30, 2023
1 parent 9fabc2c commit 013652d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes of this project will be documented in this file.

> The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
> The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.6.1] - 2023-05-30

Expand Down
2 changes: 1 addition & 1 deletion pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func returnInfo(w http.ResponseWriter, _ *http.Request) {
Registrations bool
}{
APIVersion: 1,
ServerVersion: "0.6.0",
ServerVersion: "0.6.1",
Visibility: config.Options.Visibility,
Registrations: config.Options.Registrations,
})
Expand Down

0 comments on commit 013652d

Please sign in to comment.