Skip to content

Commit

Permalink
chore: set version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 2, 2024
1 parent 0963233 commit 70ffd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-bakery
Expand Up @@ -9,7 +9,7 @@ RUGPI_DEV=${RUGPI_DEV:-"false"}

if [ "${RUGPI_DEV}" = "false" ]; then
DOCKER_FLAGS="${DOCKER_FLAGS} --pull always"
RUGPI_VERSION=${RUGPI_VERSION:-"main"}
RUGPI_VERSION=${RUGPI_VERSION:-"v0.6"}
else
RUGPI_VERSION=${RUGPI_VERSION:-"dev"}
fi
Expand Down

0 comments on commit 70ffd61

Please sign in to comment.