Browse Source

all: update version for next development iteration

pull/2956/head
sago35 2 years ago
committed by Ron Evans
parent
commit
f38603530d
  1. 2
      goenv/version.go

2
goenv/version.go

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

Loading…
Cancel
Save