Skip to content

Commit

Permalink
Bump version to 4.0.0-test.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Oct 5, 2023
1 parent 75c85ce commit 75e4c69
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 = "Apache Pulsar integration for ChirpStack"
repository = "https://github.com/chirpstack/chirpstack-pulsar-integration"
homepage = "https://www.chirpstack.io/"
version = "4.0.0"
version = "4.0.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 @@ -74,7 +74,7 @@ package-armv7-unknown-linux-musleabihf:
# 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 75e4c69

Please sign in to comment.