diff --git a/Cargo.toml b/Cargo.toml
index 8bfebf4..94edb9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yedb"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Sergei S.
"]
edition = "2018"
license = "Apache-2.0"
diff --git a/Makefile b/Makefile
index 132c699..1107cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.2.0
+VERSION=0.2.1
all: test
diff --git a/src/lib.rs b/src/lib.rs
index 571be3d..daa30fe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -233,7 +233,7 @@ use log::{debug, error, warn};
extern crate lazy_static;
pub const SERVER_ID: &str = "yedb-altt-rs";
-pub const VERSION: &str = "0.2.0";
+pub const VERSION: &str = "0.2.1";
pub const ENGINE_VERSION: u8 = 1;
pub const DEFAULT_CACHE_SIZE: usize = 1000;