all: update version for next development iteration

Этот коммит содержится в:
sago35 2022-08-04 08:41:55 +09:00 коммит произвёл Ron Evans
родитель f0391eac25
коммит 3cfaceeb16

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

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