mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
26c3ed89a3
* upgrade grabpl to v3.0.53 * upgrade grabpl to v3.0.53
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.53"
|
|
golang_version = "1.23.1"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|