Skip to content

Commit

Permalink
v0.0.14-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
janlegner committed Jun 3, 2024
1 parent e8e0d00 commit 92912c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use std::{collections::HashMap, io::Error};

use futures::stream::StreamExt;

pub const VERSION: &str = "rust-0.0.13-beta";
pub const VERSION: &str = "rust-0.0.14-beta";

// Linearly delay retries up to 60 seconds
const GRPC_RECONNECT_DELAY: u64 = 1_000;
Expand Down

0 comments on commit 92912c9

Please sign in to comment.