Update to v0.2.3 (#1519)

## Issue Addressed

NA

## Proposed Changes

Bump versions to v0.2.3.

## Additional Info

NA
This commit is contained in:
Paul Hauner 2020-08-14 08:32:31 +00:00
parent 619ad106cf
commit f4a7311008
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "account_manager"
version = "0.2.0"
version = "0.2.3"
authors = ["Paul Hauner <paul@paulhauner.com>", "Luke Anderson <luke@sigmaprime.io>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "beacon_node"
version = "0.2.2"
version = "0.2.3"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "boot_node"
version = "0.1.0"
version = "0.2.3"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"

View File

@ -10,7 +10,7 @@ use target_info::Target;
/// `Lighthouse/v0.2.0-1419501f2+`
pub const VERSION: &str = git_version!(
args = ["--always", "--dirty=+"],
prefix = "Lighthouse/v0.2.2-",
prefix = "Lighthouse/v0.2.3-",
fallback = "unknown"
);

View File

@ -1,6 +1,6 @@
[package]
name = "lighthouse"
version = "0.2.2"
version = "0.2.3"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "validator_client"
version = "0.2.0"
version = "0.2.3"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com>", "Luke Anderson <luke@lukeanderson.com.au>"]
edition = "2018"