mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.42"
|
|
golang_version = "1.20.10"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "18.12.0"
|