From 605a12aad995a7ed7360bb2e9dc2487f6bd5e480 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 16 Jul 2019 11:34:51 +0200 Subject: [PATCH] chore(release) Bump version. --- Cargo.toml | 2 +- go-wasmer/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50591671..a3dd825a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "go-ext-wasm" -version = "0.1.0" +version = "0.2.0" authors = ["Ivan Enderlin "] edition = "2018" description = "Go library to run WebAssembly binaries" diff --git a/go-wasmer/main.go b/go-wasmer/main.go index c8819237..e171e9bc 100644 --- a/go-wasmer/main.go +++ b/go-wasmer/main.go @@ -13,7 +13,7 @@ func main() { app := cli.NewApp() app.Name = "go-wasmer" app.Usage = "Run WebAssembly binaries." - app.Version = "0.1.0" + app.Version = "0.2.0" app.Commands = []cli.Command{ {