diff --git a/Cargo.lock b/Cargo.lock index 567fbb9..2025a13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-mqtt-forwarder" -version = "4.3.0" +version = "4.3.1-test.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 55453b2..7382fd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ repository = "https://github.com/chirpstack/chirpstack-mqtt-forwarder" homepage = "https://www.chirpstack.io/" license = "MIT" - version = "4.3.0" + version = "4.3.1-test.1" authors = ["Orne Brocaar "] edition = "2021" publish = false