From 9b9e6466777cd73a235fc1927bbeec2b91593c73 Mon Sep 17 00:00:00 2001 From: Sergei S Date: Fri, 9 Jul 2021 21:45:32 +0200 Subject: [PATCH] 0.0.20 --- Cargo.toml | 2 +- Makefile | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4f868c..4f362b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yedb" -version = "0.0.19" +version = "0.0.20" authors = ["Sergei S. "] edition = "2018" license = "Apache-2.0" diff --git a/Makefile b/Makefile index 81a0313..f870657 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.19 +VERSION=0.0.20 all: test diff --git a/src/lib.rs b/src/lib.rs index 4901653..8cf3c25 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -183,7 +183,7 @@ use log::{debug, error, warn}; extern crate lazy_static; pub const SERVER_ID: &str = "yedb-altt-rs"; -pub const VERSION: &str = "0.0.19"; +pub const VERSION: &str = "0.0.20"; pub const ENGINE_VERSION: u8 = 1; pub const DEFAULT_CACHE_SIZE: usize = 1000;