mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 14:02:15 +08:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.1.2"
|
|
golang_version = "1.23.7"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "22.11.0"
|