This website requires JavaScript.
Explore
Help
Sign In
rosslh
/
coolify
Watch
1
Star
0
Fork
You've already forked coolify
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
18d5dd3090
coolify
/
bootstrap
/
getVersion.php
5 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
automatically parse version of coolify for building prod image
2023-04-28 08:04:16 +00:00
<
?
php
Fix styling
2024-06-10 20:43:34 +00:00
fix: version should come from constants + fix stripe webhook error reporting
2024-11-25 10:28:08 +00:00
$version
=
include
'config/constants.php'
;
echo
$version
[
'coolify'
][
'version'
]
?
:
'unknown'
;
Reference in a new issue
Copy permalink