Skip to content

Commit 6c010da

Browse files
committed
install: bump installer up to 2.7.0
1 parent ce7e3b7 commit 6c010da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
POPPER_VERSION="v2.6.0"
3+
POPPER_VERSION="v2.7.0"
44

55
OS_NAME="$(uname)"
66
if [ "$OS_NAME" != "Linux" ] && [ "$OS_NAME" != "Darwin" ]; then
@@ -21,7 +21,7 @@ docker run --rm -ti \
2121
--volume $PWD:$PWD \
2222
--workdir $PWD \
2323
--env-file /tmp/.envfile \
24-
getpopper/popper:v2.6.0 $@
24+
getpopper/popper:v2.7.0 $@
2525
EOF
2626

2727
chmod +x "./popper"

0 commit comments

Comments
 (0)