Files
Kanboard-Prod/app
Patrick Kuijvenhoven 40304082bd fix(version): remove whitespace at end of APP_VERSION constant
The Dockerfile contains `echo $VERSION > /version.txt`, where `echo`
implicitly causes a newline at the end of the file. To avoid that,
one could use `echo -n`, but then the file isn't nicely readable when
doing a `cat` or something simular.

This fix `rtrims` (i.e. "Strip whitespace (or other
characters) from the end of a string") the contents of the version file.

Fixes kanboard/kanboard#4708
2021-01-20 20:27:52 -08:00
..
2020-10-21 18:44:11 -07:00
2016-12-01 22:52:58 -05:00
2020-02-29 16:34:38 -08:00
2017-10-19 16:26:15 -07:00
2016-05-28 19:48:22 -04:00
2020-10-05 21:29:48 -07:00
2020-04-05 14:50:11 -07:00
2021-01-11 17:40:24 -08:00
2018-05-09 11:21:57 -07:00
2020-12-23 11:58:33 -08:00
2020-10-04 10:42:01 -07:00
2018-06-06 15:15:02 -07:00