From ecbc27ae3e5cf87380a95093c2246fa3abfee4e7 Mon Sep 17 00:00:00 2001 From: Carlos C Date: Tue, 15 Nov 2016 16:26:26 +0100 Subject: [PATCH] fnctl: releasing 0.1.2 --- fnctl/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fnctl/install.sh b/fnctl/install.sh index ec594a641..dd684e0ca 100644 --- a/fnctl/install.sh +++ b/fnctl/install.sh @@ -1,9 +1,9 @@ #!/bin/sh set -e -# Install script to install fnctl +# Install script to install fnctl -release='0.1.0' +release='0.1.2' command_exists() { command -v "$@" > /dev/null 2>&1