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:
parent
9de9a916a6
commit
532ec5d878
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue