Skip to content

Commit 7ab9d19

Browse files
committed
feat: update version tag to v0.1.2
Signed-off-by: Magyari Sandor Szilard <sancyx@gmail.com>
1 parent cc9c5a4 commit 7ab9d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
: ${WFSM_TAG:="0.1.1"}
2+
: ${WFSM_TAG:="0.1.2"}
33
: ${WFSM_ARCH:=$(arch)}
44
: ${WFSM_OS:=$(echo $(uname -s) | tr '[:upper:]' '[:lower:]')}
55
: ${WFSM_TARGET:=${HOME}/.wfsm/bin}

0 commit comments

Comments
 (0)