ServerVersion wraps the version of the server
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ServerVersion", "description": "ServerVersion wraps the version of the server", "type": "object", "properties": { "version": { "type": "string", "x-go-name": "Version" } }, "x-go-package": "forgejo.org/modules/structs" }