Skip to content

Commit 19ebd95

Browse files
committed
chore: update install.sh version to v0.7.1
Signed-off-by: Tomas Pilar <thomas7pilar@gmail.com>
1 parent 87e443d commit 19ebd95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -eu
55
# AGENTSTACK_VERSION = latest (default, latest stable version) | pre (latest version including prereleases) | <version> (specific version)
66

77
# These get updated by `mise release`:
8-
LATEST_STABLE_AGENTSTACK_VERSION=0.6.2
9-
LATEST_AGENTSTACK_VERSION=0.7.1-rc2
8+
LATEST_STABLE_AGENTSTACK_VERSION=0.7.1
9+
LATEST_AGENTSTACK_VERSION=0.7.1
1010

1111
case "${AGENTSTACK_VERSION:-latest}" in "latest") AGENTSTACK_VERSION=$LATEST_STABLE_AGENTSTACK_VERSION ;; "pre") AGENTSTACK_VERSION=$LATEST_AGENTSTACK_VERSION ;; esac
1212

0 commit comments

Comments
 (0)