bundles/travelynx: hard-code displayed version
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-08-19 18:52:20 +02:00
parent 9f4f19cdc5
commit 277c259e05
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -53,5 +53,5 @@
'${cookie_secret}', '${cookie_secret}',
], ],
version => qx{git describe --dirty} // 'experimental', version => 'Unknown',
}; };