Skip to content

Commit d997f1b

Browse files
authored
Bump version numbers for v2024.0.0-beta.0 (#423)
1 parent 8f88946 commit d997f1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bc32ad9
1+
v2024.0.0-beta.0

software/distro/setup/planktoscope-app-env/python-hardware-controller/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $POETRY_VENV/bin/pip install --progress-bar off poetry==1.7.1
3434

3535
# Download device-backend monorepo
3636
backend_repo="github.com/PlanktoScope/device-backend"
37-
backend_version="v2024.0.0-alpha.2" # this should be either a version tag, branch name, or commit hash
37+
backend_version="v2024.0.0-beta.0" # this should be either a version tag, branch name, or commit hash
3838
git clone "https://$backend_repo" $HOME/device-backend --no-checkout --filter=blob:none
3939
git -C $HOME/device-backend checkout --quiet $backend_version
4040

software/node-red-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planktoscope-node-red-dashboard",
33
"description": "PlanktoScope graphical user interface",
4-
"version": "2024.0.0-alpha.2",
4+
"version": "2024.0.0-beta.0",
55
"dependencies": {
66
"node-red-contrib-dir2files": "^0.3.0",
77
"node-red-contrib-gpsd": "^1.0.4",

0 commit comments

Comments
 (0)