From e7ad567b36381769fc44eec77f95ce77da5c836d Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Fri, 13 Dec 2019 08:46:45 -0300 Subject: [PATCH] Update version to release version. --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index f5cdbf4df..372c16e51 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,4 +1,4 @@ -pub const KRILL_VERSION: &str = "0.4.0"; +pub const KRILL_VERSION: &str = "0.4.1"; pub const KRILL_SERVER_APP: &str = "Krill"; pub const KRILL_CLIENT_APP: &str = "Krill Client";