Skip to content

Commit 62eb8e3

Browse files
committed
Bump version numbers for v2024.0.1-beta.0
1 parent 5c041f9 commit 62eb8e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2024.0.0
1+
v2024.0.1-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
@@ -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="v2024.0.0" # this should be either a version tag, branch name, or commit hash
44+
backend_version="v2024.0.1-beta.0" # 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

0 commit comments

Comments
 (0)