diff --git a/Cargo.lock b/Cargo.lock index cd0cd5e..c885280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chirpstack-pulsar-integration" -version = "4.0.0-test.1" +version = "4.0.0-test.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a7a1ec7..ca1c15f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ description = "Apache Pulsar integration for ChirpStack" repository = "https://github.com/chirpstack/chirpstack-pulsar-integration" homepage = "https://www.chirpstack.io/" - version = "4.0.0-test.1" + version = "4.0.0-test.2" authors = ["Orne Brocaar "] edition = "2021" publish = false