This website requires JavaScript.
Explore
Help
Sign In
tandem
/
camper
Watch
2
Star
0
Fork
You've already forked camper
0
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b291ac34fc
camper
/
pkg
/
build
/
version.go
4 lines
41 B
Go
Raw
Normal View
History
Unescape
Escape
Add the application’s version to the footer This is mostly because it is required for the “Digital Kit”, but it also works in our favor because now i can version the URL to the static resources. 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-21 19:50:04 +00:00
package
build
Tag database with version 7
2024-04-03 07:34:36 +00:00
const
Version
=
"1.7~git"