فهرست منبع

Please update facil.io version (#4252)

facil.io 0.7.0.beta3 includes some bug fixes and IO task management updates that might effect performance.

Thank you :-)
Bo 6 سال پیش
والد
کامیت
ea266ed9fc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      frameworks/C/facil.io/setup-common.sh

+ 2 - 2
frameworks/C/facil.io/setup-common.sh

@@ -17,8 +17,8 @@ if [[ (! -d facil_app) ||  (-n "${FIO_EDGE}") ]] ; then
 	# Setting FIO_EDGE will test against the master branch on the development machine. i.e.:
 	#     $ FIO_EDGE=1 tfb --mode verify --test facil.io
 	if [[ -z "${FIO_EDGE}" ]]; then
-		echo "INFO: loading facil.io version 0.7.0.beta2"
-	  FIO_URL="https://api.github.com/repos/boazsegev/facil.io/tarball/0.7.0.beta2"
+		echo "INFO: loading facil.io version 0.7.0.beta3"
+	  FIO_URL="https://api.github.com/repos/boazsegev/facil.io/tarball/0.7.0.beta3"
 	else
 		echo "INFO: development mode detected, loading facil.io from master."
 		FIO_URL="https://github.com/boazsegev/facil.io/archive/master.tar.gz"