This commit is contained in:
Daniel Mason 2022-01-06 15:13:48 +13:00
parent 365033c006
commit cca9974728
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@ stages:
- build - build
variables: variables:
VERSION: 0.1.3 VERSION: 0.1.4
build-go: build-go:
image: golang:1.17 image: golang:1.17

View File

@ -1,6 +1,9 @@
# 0.1.3 # 0.1.4
- -
# 0.1.3
- Added date ranges to profile scrobbles
# 0.1.2 # 0.1.2
- Add docker-compose file for local dev - Add docker-compose file for local dev
- Implemented top listeners for artist/album endpoints to match track - Implemented top listeners for artist/album endpoints to match track

View File

@ -821,7 +821,7 @@ func getServerInfo(w http.ResponseWriter, r *http.Request) {
} }
info := ServerInfo{ info := ServerInfo{
Version: "0.1.3", Version: "0.1.4",
RegistrationEnabled: registrationEnabled, RegistrationEnabled: registrationEnabled,
} }