From 4ccbb14120726d1a44b5ffc9b841309b1012ba14 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 11 Mar 2024 11:21:29 +0000 Subject: [PATCH] Bump version to 4.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88aa0e5..4c6300a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-mqtt-forwarder" -version = "4.2.0" +version = "4.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 944bba4..a27fe14 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.2.0" + version = "4.2.1" authors = ["Orne Brocaar "] edition = "2021" publish = false