goenv: update to new v0.32.0 development version

Этот коммит содержится в:
sago35 2024-03-04 09:02:28 +09:00 коммит произвёл Ron Evans
родитель 377415a6c3
коммит 7c34f7704e

Просмотреть файл

@ -9,7 +9,7 @@ import (
// Version of TinyGo. // Version of TinyGo.
// Update this value before release of new version of software. // Update this value before release of new version of software.
const version = "0.31.1" const version = "0.32.0-dev"
var ( var (
// This variable is set at build time using -ldflags parameters. // This variable is set at build time using -ldflags parameters.