28024c74f8
Co-authored-by: joshhunt <josh.hunt@grafana.com>
11 lines
209 B
Python
11 lines
209 B
Python
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.1.2"
|
|
golang_version = "1.24.6"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "22.16.0"
|
|
dagger_version = "v0.18.8"
|