Skip to content

Commit

Permalink
Bump version to 4.2.0-test.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Dec 18, 2023
1 parent 7f34a87 commit 41da0cb
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 @@ -4,7 +4,7 @@
repository = "https://github.com/chirpstack/chirpstack-mqtt-forwarder"
homepage = "https://www.chirpstack.io/"
license = "MIT"
version = "4.1.3"
version = "4.2.0-test.1"
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 @@ -127,7 +127,7 @@ package-kerlink-klkgw:
# 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 41da0cb

Please sign in to comment.