Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed May 7, 2021
1 parent d341539 commit 8d5dfd4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
VERSION := $(shell git describe --always |sed -e "s/^v//")
VERSION ?= $(shell git describe --always |sed -e "s/^v//")

build: build-armv5-release build-armv7hf-release
build: version build-armv5-release build-armv7hf-release

package: build package-kerlink package-multitech

version:
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-concentratord-2g4/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-concentratord-sx1301/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./chirpstack-concentratord-sx1302/Cargo.toml
sed -i 's/^version.*/version = "$(VERSION)"/g' ./gateway-id/Cargo.toml

clean:
rm -rf dist

Expand Down
2 changes: 1 addition & 1 deletion chirpstack-concentratord-2g4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chirpstack-concentratord-2g4"
version = "3.2.0-test.1"
version = "3.2.0-test.2"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chirpstack-concentratord-sx1301/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chirpstack-concentratord-sx1301"
version = "3.2.0-test.1"
version = "3.2.0-test.2"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion chirpstack-concentratord-sx1302/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chirpstack-concentratord-sx1302"
version = "3.2.0-test.1"
version = "3.2.0-test.2"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion gateway-id/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gateway-id"
version = "3.2.0-test.1"
version = "3.2.0-test.2"
authors = ["Orne Brocaar <[email protected]>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 8d5dfd4

Please sign in to comment.