Skip to content

Commit

Permalink
Bump version to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Dec 21, 2023
1 parent f88a587 commit 9753dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.5"
version = "4.1.6"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Update the version
version:
test -n "$(VERSION)"
sed -i 's/^version.*/version = "$(VERSION)"/g' ./Cargo.toml
sed -i 's/^ version.*/ version = "$(VERSION)"/g' ./Cargo.toml
make test
git add .
git commit -v -m "Bump version to $(VERSION)"
Expand Down

0 comments on commit 9753dbc

Please sign in to comment.