Skip to content

Commit b15ed91

Browse files
authored
Bump version numbers for v2024.0.0-beta.2 (#479)
1 parent 616ecb5 commit b15ed91

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-
6fc3a03
1+
v2024.0.0-beta.2

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
@@ -41,7 +41,7 @@ python3 -m venv "$POETRY_VENV"
4141

4242
# Download device-backend monorepo
4343
backend_repo="github.com/PlanktoScope/device-backend"
44-
backend_version="b2e1f92" # this should be either a version tag, branch name, or commit hash
44+
backend_version="v2024.0.0-beta.2" # this should be either a version tag, branch name, or commit hash
4545
git clone "https://$backend_repo" "$HOME/device-backend" --no-checkout --filter=blob:none
4646
git -C "$HOME/device-backend" checkout --quiet $backend_version
4747

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-beta.1",
4+
"version": "2024.0.0-beta.2",
55
"dependencies": {
66
"node-red-contrib-dir2files": "^0.3.0",
77
"node-red-contrib-gpsd": "^1.0.4",

0 commit comments

Comments
 (0)