* Dependencies: Bump Go to v1.24.4
* Chore: Fix feature flags template for docs gen
(cherry picked from commit cfee3b01df)
---------
Co-authored-by: Tania B. <10127682+undef1nd@users.noreply.github.com>
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.1.2"
|
|
golang_version = "1.24.4"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "22.11.0"
|