1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-08 03:15:23 +02:00

[API] [SEMVER] replace number with version

(cherry picked from commit fba48e6497)
This commit is contained in:
Loïc Dachary 2023-03-18 08:38:14 +01:00
parent 9de9a916a6
commit 532ec5d878
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ import (
// Version defines model for Version.
type Version struct {
Number *string `json:"number,omitempty"`
Version *string `json:"version,omitempty"`
}
// ServerInterface represents all server handlers.