Skip to content

Commit 3871085

Browse files
committed
Bump version.
1 parent aa7707e commit 3871085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DISTRO = "chirpstack-gateway-os"
22
DISTRO_NAME = "ChirpStack Gateway OS"
3-
DISTRO_VERSION = "3.3.3"
3+
DISTRO_VERSION = "3.4.0"
44

55
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"

scripts/chirpstack-prepare-deploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
do_deploy() {
5-
SRC_DIR=/build/tmp/$2/$3-glibc/deploy/$1
5+
SRC_DIR=/build/tmp/$3-glibc/deploy/$1
66
DEPLOY_DIR=/chirpstack-gateway-os/deploy/$2/$3/$1
77

88
mkdir -p $DEPLOY_DIR
@@ -13,7 +13,7 @@ do_deploy() {
1313
}
1414

1515

16-
VERSION="3.3.3"
16+
VERSION="3.4.0"
1717

1818
do_deploy $VERSION "raspberrypi" "raspberrypi4"
1919
do_deploy $VERSION "raspberrypi" "raspberrypi3"

0 commit comments

Comments
 (0)