From ab563f424e53b1ff27fc7ed22028b893aa751f54 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 18 Dec 2019 19:22:08 +0100 Subject: [PATCH] Set version back to develop --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1353405e..995355c2 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ OMR_TARGET_CONFIG="config-$OMR_TARGET" OMR_KERNEL=${OMR_KERNEL:-4.19} OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/ysurac/openmptcprouter-feeds}" -OMR_FEED_SRC="${OMR_FEED_SRC:-v0.53}" +OMR_FEED_SRC="${OMR_FEED_SRC:-develop}" if [ ! -f "$OMR_TARGET_CONFIG" ]; then echo "Target $OMR_TARGET not found !"