From de104f7cd5eafaea541650bf214903690b1c1af8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 Sep 2014 20:43:24 +0100 Subject: [PATCH] Bump version to 1.0.2 --- stub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub.sh b/stub.sh index d919407..f435797 100644 --- a/stub.sh +++ b/stub.sh @@ -1,6 +1,6 @@ # !/usr/bin/env bash # -# stub.sh 1.0.1 - stubbing helpers for simplifying bash script tests. +# stub.sh 1.0.2 - stubbing helpers for simplifying bash script tests. # https://github.com/jimeh/stub.sh # # (The MIT License)