Skip to content

Commit

Permalink
EVMC 6.2.1
Browse files Browse the repository at this point in the history
Bump version: 6.2.0 → 6.2.1
  • Loading branch information
chfast committed Apr 29, 2019
1 parent 8e4b8fa commit bc30e5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.2.0
current_version = 6.2.1
tag = True
sign_tags = True
tag_message = EVMC {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [6.2.1] - unreleased
## [6.2.1] - 2019-04-29

- Fixed:
[[#256](https://github.com/ethereum/evmc/issues/256),
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
cable_configure_toolchain(DEFAULT cxx11-pic)

project(evmc)
set(PROJECT_VERSION 6.2.0)
set(PROJECT_VERSION 6.2.1)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/evmc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "evmc-sys"
version = "6.2.0"
version = "6.2.1"
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/evmc-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "evmc-vm"
version = "6.2.0"
version = "6.2.1"
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"
Expand Down

0 comments on commit bc30e5a

Please sign in to comment.