This website requires JavaScript.
Explore
Help
Sign In
tandem
/
numerus
Watch
2
Star
0
Fork
You've already forked numerus
0
Code
Issues
45
Pull Requests
Packages
Projects
1
Releases
1
Wiki
Activity
69076903e8
numerus
/
pkg
/
build.go
4 lines
39 B
Go
Raw
Normal View
History
Unescape
Escape
Add the application’s version on the footer This is mostly to reassure people that we are running the same version as published on numerus.cat. Or at least, try. Go 1.18 adds the info from git if the package is build from a git repository, but this is not the case in OBS, so i instead relay on a constant for the version number. This constant is “updated” by Debian’s rules, mostly due to the discussion in [0]. [0]: https://github.com/golang/go/issues/22706
2024-01-19 19:03:04 +00:00
package
pkg
Tag version 3; bump version to 1.4
2025-01-30 10:42:28 +00:00
const
Version
=
"1.4~git"