mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
7c74ab7059
This reverts commit 73439f2cd3
.
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.47"
|
|
golang_version = "1.21.5"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|