Skip to content

Commit 8ad3261

Browse files
committed
Bump version to 4.1.0
1 parent 88ee06c commit 8ad3261

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chirpstack-concentratord-2g4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "chirpstack-concentratord-2g4"
33
repository="https://github.com/chirpstack/chirpstack-concentratord/"
44
description="LoRa concentrator HAL daemon (2.4GHz)"
55
license="MIT"
6-
version = "4.1.0-test.1"
6+
version = "4.1.0"
77
authors = ["Orne Brocaar <info@brocaar.com>"]
88
edition = "2018"
99
publish = false

chirpstack-concentratord-sx1301/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "chirpstack-concentratord-sx1301"
33
description="LoRa concentrator HAL daemon (sx1301)"
44
repository="https://github.com/chirpstack/chirpstack-concentratord/"
55
license="MIT"
6-
version = "4.1.0-test.1"
6+
version = "4.1.0"
77
authors = ["Orne Brocaar <info@brocaar.com>"]
88
edition = "2018"
99
publish = false

chirpstack-concentratord-sx1302/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "chirpstack-concentratord-sx1302"
33
description="LoRa concentrator HAL daemon for SX1302"
44
repository="https://github.com/chirpstack/chirpstack-concentratord/"
55
license="MIT"
6-
version = "4.1.0-test.1"
6+
version = "4.1.0"
77
authors = ["Orne Brocaar <info@brocaar.com>"]
88
edition = "2018"
99
publish = false

gateway-id/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gateway-id"
33
repository="https://github.com/brocaar/chirpstack-concentratord/"
44
description="Print the Gateway ID"
55
license="MIT"
6-
version = "4.1.0-test.1"
6+
version = "4.1.0"
77
authors = ["Orne Brocaar <info@brocaar.com>"]
88
edition = "2018"
99
publish = false

libconcentratord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libconcentratord"
3-
version = "4.1.0-test.1"
3+
version = "4.1.0"
44
authors = ["Orne Brocaar <@brocaar.com>"]
55
edition = "2018"
66
publish = false

0 commit comments

Comments
 (0)