Update Heka to 0.10.0b1

Change-Id: I2a335858ea519d75eee9d14a696868034297e66c
This commit is contained in:
Simon Pasquier 2015-08-18 14:34:56 +02:00
parent 522d962c2c
commit bdf61296ba
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eux
. "$(dirname "$(readlink -f "$0")")"/functions.sh
HEKA_VERSION="0.10.0b0"
HEKA_VERSION="0.10.0b1"
# This is the commit id for the current stable/6.1 branch
FUEL_LIB_COMMIT="be44e9ea792fe4314ac8c1b7596742ceb5163f61"
FUEL_LIB_TARBALL_URL="https://github.com/stackforge/fuel-library/archive/${FUEL_LIB_COMMIT}.tar.gz"