Browse Source

version: update to 0.34.0-dev

pull/4456/head
sago35 3 months ago
committed by Ron Evans
parent
commit
753f4b38b4
  1. 2
      goenv/version.go

2
goenv/version.go

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

Loading…
Cancel
Save