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
593004d0c9
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
Replace min_nights from campsite_type_costs to range in campsite_type Customer told us that the minimum number of nights is per campsite type, not per season. And he wants this, along with the maximum number of nights, in order to limit the range of departure dates that guests can choose when booking.
2024-01-31 22:06:45 +00:00
const
Version
=
"1.3~git"