Skip to content

Commit

Permalink
Update install bash to alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Feb 1, 2024
1 parent c803a36 commit d5cad1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TAR=("tar")
# Variables
NAME="publisher"
PREFIX="/usr/local/bin"
VERSION="1.0.alpha1"
VERSION="1.0.alpha2"
URL="https://cdn.posit.co/publisher/releases/tags/v${VERSION}"
TMPDIR=$(execute "${MKTMP[@]}")

Expand Down Expand Up @@ -220,6 +220,6 @@ cat <<EOS
Run ${tty_bold}publisher --help${tty_reset} to get started.
An extension for VSCode is available for download at
${URL}/${NAME}-${VERSION}.vsix
${URL}/${NAME}-${VERSION}-${OS}-${ARCH}.vsix
EOS

0 comments on commit d5cad1b

Please sign in to comment.