* missed websockets-gateway when bumping to 0.1 for gem
This commit is contained in:
parent
b4082c88ae
commit
0006e81301
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue