diff --git a/lib/penchant/version.rb b/lib/penchant/version.rb index 81e232d..1a9f246 100644 --- a/lib/penchant/version.rb +++ b/lib/penchant/version.rb @@ -1,3 +1,3 @@ module Penchant - VERSION = "0.2.28" + VERSION = "0.2.29" end diff --git a/template/script/hooks/post-commit b/template/script/hooks/post-commit index 99e8287..d23631f 100755 --- a/template/script/hooks/post-commit +++ b/template/script/hooks/post-commit @@ -1,5 +1,5 @@ #!/bin/bash unset GIT_DIR -penchant gemfile remote --switch-back +echo "Run penchant gemfile remote to get back to work!"