From 955fc0040804483b12379a153c9670711feec336 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 15 Aug 2024 10:55:43 +0100 Subject: [PATCH] Bump version to 4.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 581280c..d043253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-mqtt-forwarder" -version = "4.3.1-test.2" +version = "4.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 80c2e9a..a936f7e 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.1-test.2" + version = "4.3.1" authors = ["Orne Brocaar "] edition = "2021" publish = false