From 7f77ef159e254e48f995d7abf7ce75b28eabc7fa Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 22 Mar 2014 14:26:00 +0000 Subject: [PATCH] Bump version to 1.0.0 --- stub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub.sh b/stub.sh index bbbaa73..2728b89 100644 --- a/stub.sh +++ b/stub.sh @@ -1,5 +1,5 @@ # !/usr/bin/env bash -# stub.sh 0.3.0 - stubbing helpers for simplifying bash script tests. +# stub.sh 1.0.0 - stubbing helpers for simplifying bash script tests. # https://github.com/jimeh/stub.sh # # (The MIT License)