* missed websockets-gateway when bumping to 0.1 for gem

This commit is contained in:
Seth Call 2013-09-18 21:10:08 +00:00
parent b4082c88ae
commit 0006e81301
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ "$?" = "0" ]; then
if [ -z $BUILD_NUMBER ]; then
BUILD_NUMBER="1"
fi
VERSION="0.0.${BUILD_NUMBER}"
VERSION="0.1.${BUILD_NUMBER}"
echo "packaging gem jam_websockets-$VERSION"
cat > lib/jam_websockets/version.rb << EOF
module JamWebsockets