Skip to content

Commit 1eeaced

Browse files
committed
chore(release) Bump to 0.4.0.
1 parent 6ed61e5 commit 1eeaced

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
publish = false
33
name = "ruby-ext-wasm"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
authors = ["Ivan Enderlin <[email protected]>"]
66
edition = "2018"
77
description = "Ruby extension to run WebAssembly binaries"

lib/wasmer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Wasmer
2-
VERSION = "0.3.0"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)