mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
4083d23f01
* Bumping go to 1.25.6 * bumping sqlite to 1.14.19 * Bumping sqlite version
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.47"
|
|
golang_version = "1.21.6"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|