mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 07:34:08 -06:00
66c728d26b
* Build the MSI installers using Linux and wine
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.1.1"
|
|
golang_version = "1.23.1"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|