From a2161839a2f3730c4c871466f466e826f6af0f67 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Thu, 18 Apr 2024 19:37:35 +1000 Subject: [PATCH] Version bump to v12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e42b45..92f0a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "enr" authors = ["Age Manning "] edition = "2018" -version = "0.11.1" +version = "0.12.0" description = "Rust implementation of Ethereum Node Record (ENR) EIP778" readme = "./README.md" keywords = ["ethereum", "enr", "record", "EIP778", "node"]