From 0b4648a9145de5683e261ac62c8cbe7fdffd8ce5 Mon Sep 17 00:00:00 2001 From: heqingpan Date: Sun, 2 Jun 2024 23:25:47 +0800 Subject: [PATCH] update r-nacos version to v0.5.11 --- Cargo.toml | 2 +- src/common/constant.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7d75537..1e7b1bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.5.10" +version = "0.5.11" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" diff --git a/src/common/constant.rs b/src/common/constant.rs index eb58a662..1797a532 100644 --- a/src/common/constant.rs +++ b/src/common/constant.rs @@ -1,6 +1,6 @@ use std::sync::Arc; -pub const APP_VERSION: &str = "0.5.10"; +pub const APP_VERSION: &str = "0.5.11"; pub const EMPTY_STR: &str = "";