Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed May 21, 2021
1 parent 99501f1 commit 9f1bb89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yedb"
version = "0.0.5"
version = "0.0.6"
authors = ["Sergei S. <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.5
VERSION=0.0.6

all: test

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ use std::time::{Duration, Instant, SystemTime};
use log::{debug, error, warn};

pub const SERVER_ID: &str = "yedb-altt-rs";
pub const VERSION: &str = "0.0.5";
pub const VERSION: &str = "0.0.6";
pub const ENGINE_VERSION: u8 = 1;

pub const DEFAULT_CACHE_SIZE: usize = 1000;
Expand Down

0 comments on commit 9f1bb89

Please sign in to comment.