Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Oct 29, 2017
1 parent 4fb8d20 commit 785bfbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions gibo
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
#
# Script for easily accessing gitignore boilerplates from
# https://github.com/github/gitignore
#
# Change log
# v1.0 1-May-2012 First public release

remote_repo=https://github.com/github/gitignore.git
local_repo=${GIBO_BOILERPLATES:-"$HOME/.gitignore-boilerplates"}
current_repo_rev=$(cd $local_repo; git rev-parse HEAD)
remote_web_root=https://raw.github.com/github/gitignore/$current_repo_rev

version() {
echo "$(basename $0) 1.0.5 by Simon Whitaker <sw@netcetera.org>"
echo "$(basename $0) 1.0.6 by Simon Whitaker <sw@netcetera.org>"
echo "https://github.com/simonwhitaker/gibo"
}

Expand Down
2 changes: 1 addition & 1 deletion gibo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ goto :setup


:version
echo %basename% 1.0.5 by Simon Whitaker ^<sw@netcetera.org^>
echo %basename% 1.0.6 by Simon Whitaker ^<sw@netcetera.org^>
echo https://github.com/simonwhitaker/gitignore-boilerplates
goto :eof

Expand Down

0 comments on commit 785bfbb

Please sign in to comment.