From 92912c939d0ade35c1aa6bfee8633b65795d3de8 Mon Sep 17 00:00:00 2001 From: janlegner Date: Mon, 3 Jun 2024 10:30:49 +0300 Subject: [PATCH] v0.0.14-beta --- client/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.rs b/client/main.rs index c777696..b5307c3 100644 --- a/client/main.rs +++ b/client/main.rs @@ -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;