From 81dbf333d7d0fca08e025a2ed801a7592d1cecb8 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Sun, 29 Oct 2023 10:31:40 +0000 Subject: [PATCH] Bump version to 4.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc436c2..b57948c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-udp-forwarder" -version = "4.1.4" +version = "4.1.5" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index fd32450..042dc91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "chirpstack-udp-forwarder" description = "ChirpStack UDP Forwarder for Concentratord, compatible with the Semtech UDP protocol" repository = "https://github.com/chirpstack/chirpstack-udp-forwarder/" license = "MIT" -version = "4.1.4" +version = "4.1.5" authors = ["Orne Brocaar "] edition = "2021" publish = false