Fix ROSWELL_RELEASE_VERSION

Bumped to 22.12.14.113 Previously was 21.10.14.111.

Fix #561
This commit is contained in:
rpgoldman 2023-08-28 11:42:29 -05:00 committed by GitHub
parent 6158d1cca7
commit 2ca7cd3308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -e
ROSWELL_RELEASE_VERSION=21.10.14.111
ROSWELL_RELEASE_VERSION==22.12.14.113
ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz
ROSWELL_DIR=$HOME/.roswell
ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}