From 78f31d9bc9a2bc5178839cfbb1ab751a80c6772d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 22 Mar 2014 15:32:19 +0000 Subject: [PATCH] Bump version to 1.0.1 --- stub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub.sh b/stub.sh index 10f195a..b32cfe6 100644 --- a/stub.sh +++ b/stub.sh @@ -1,5 +1,5 @@ # !/usr/bin/env bash -# stub.sh 1.0.0 - stubbing helpers for simplifying bash script tests. +# stub.sh 1.0.1 - stubbing helpers for simplifying bash script tests. # https://github.com/jimeh/stub.sh # # (The MIT License)