goenv: update version for start of 0.23.0 development cycle

Этот коммит содержится в:
sago35 2022-01-27 18:22:14 +09:00 коммит произвёл Ron Evans
родитель 3883550c44
коммит 4210200070

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

@ -12,7 +12,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
const Version = "0.22.0"
const Version = "0.23.0-dev"
// GetGorootVersion returns the major and minor version for a given GOROOT path.
// If the goroot cannot be determined, (0, 0) is returned.