Hi
Where can I find the hestia source code to the release version that I have installed.
HESTIA_INSTALL_VER=‘1.8.11’
when I look at hestiacp/CONTRIBUTING.md at main · hestiacp/hestiacp · GitHub
It mentions branches main, beta, and release. I do not see a release 1.8 . What I am trying to do is search and study on github the same code I have downloaded. thanks . I am sure I am just missing something or there is a specific commit I need to set as base
Branch | Description |
---|---|
main |
Contains a snapshot of the latest development code. |
Not intended for production use and contains code from a merge snapshot. | |
beta |
Contains a snapshot of the next version which is currently in testing. |
Not intended for production use, however code from this branch should be stable. | |
release |
Contains a snapshot of the latest stable release. |
Intended for production use. This repository contains the same code as our compiled packages. |