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
f71ad2cc65
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 version 8 of the database I will need to change draft_payment **again**, and possibly many times, during the development of the booking admin section. Many times.
2024-04-22 11:43:38 +00:00
const
Version
=
"1.8~git"