Bump version to 4.5.0

This commit is contained in:
Orne Brocaar
2023-09-11 16:58:25 +01:00
parent 81ac49ff8f
commit 4ebee8d614
13 changed files with 17 additions and 17 deletions

2
api/rust/Cargo.lock generated vendored
View File

@ -156,7 +156,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chirpstack_api"
version = "4.5.0-test.3"
version = "4.5.0"
dependencies = [
"hex",
"pbjson",

2
api/rust/Cargo.toml vendored
View File

@ -1,7 +1,7 @@
[package]
name = "chirpstack_api"
description = "ChirpStack Protobuf / gRPC API definitions."
version = "4.5.0-test.3"
version = "4.5.0"
authors = ["Orne Brocaar <info@brocaar.com>"]
license = "MIT"
homepage = "https://www.chirpstack.io"