From 4a4305965c0ee63cd6bff92dcf950998914cb518 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Sun, 24 Sep 2017 15:22:04 +0200 Subject: [PATCH] Start next development iteration 0.4.2-pre. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4cd907..e72c1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamport_sigs" -version = "0.4.1" +version = "0.4.2-pre" authors = ["Frederic Jacobs "] description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause"