don't re-bundle after committing, so you can safely pull

This commit is contained in:
John Bintz 2013-08-02 11:25:48 -04:00
parent de06f3e3e3
commit a0c9fbbde9
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
module Penchant
VERSION = "0.2.28"
VERSION = "0.2.29"
end

View File

@ -1,5 +1,5 @@
#!/bin/bash
unset GIT_DIR
penchant gemfile remote --switch-back
echo "Run penchant gemfile remote to get back to work!"