Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ErrorActionPreference = 'Stop'

# GENERATED — stamped from VERSION by bin/stamp.sh. Do not edit by hand: CI
# re-runs the stamper and fails if the committed value differs.
$ScriptVersion = '0.4.1'
$ScriptVersion = '0.4.2'
$Org = 'resq-software'
# Pinned to a version rather than the rolling endpoint, and digest-checked
# before it runs — mirrors install.sh. required.yml re-checks the digest against
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
# install.sh keeps verifying against the digest it actually shipped with rather
# than against whatever happens to be current. release.yml refuses to publish a
# tag whose version disagrees with this value.
SCRIPT_VERSION="0.4.1"
SCRIPT_VERSION="0.4.2"

# Everything this script creates belongs to the invoking user alone. Set before
# the first mkdir/mktemp so nothing is even briefly group- or world-readable.
Expand Down
Loading