2023-09-12 23:19:06 +08:00
|
|
|
"""
|
|
|
|
global variables
|
|
|
|
"""
|
|
|
|
|
|
|
|
grabpl_version = "v3.0.41"
|
2023-09-13 05:44:33 +08:00
|
|
|
golang_version = "1.20.8"
|
2023-09-12 23:19:06 +08:00
|
|
|
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
|
|
nodejs_version = "18.12.0"
|