From af23876cd16ebccbf32736493a6c0869dbf11e55 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 23 Jul 2014 11:31:42 +0200 Subject: [PATCH] Bump version --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 4be3368..25acd34 100755 --- a/main.sh +++ b/main.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash # BASH3 Boilerplate # -# Version 0.0.1 # This file: # - Is a template to write better bash scripts # - Is delete-key friendly, in case you don't need e.g. command line option parsing @@ -10,6 +9,7 @@ # - https://github.com/kvz/bash3boilerplate # - http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/ # +# Version 1.0.0 # # Authors: # - Kevin van Zonneveld (http://kvz.io)