Closed
Description
- Gitea version (or commit ref): 1.8.0
- Git version:
- Operating system: Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
For an automation purpose changing the version string from gitea --version
from time to time is a nightmare because it will break any upgrade process which rely on current version. In some past releases the version information was "blown up" with some more build information (which makes it hard to parse the current version programmatically) and since the 1.8 release a parsable version number is completely gone which breaks my Ansible automation again.
Gitea version 34ba1c8 built with go1.12.4 : bindata, sqlite, sqlite_unlock_notify
Was the real version number removed accidentally or is it expected?