From c7c28645cd8ce3cc147ec6eafef109077fb0d738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Magnus=20Landr=C3=B8?= Date: Fri, 29 Apr 2016 16:36:34 +0200 Subject: [PATCH] fixed version number in example --- examples/example_irule_call.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example_irule_call.tcl b/examples/example_irule_call.tcl index cf7023a..fb3e479 100644 --- a/examples/example_irule_call.tcl +++ b/examples/example_irule_call.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.7 +package require -exact testcl 1.0.8 namespace import ::testcl::* # Comment in to enable logging @@ -12,4 +12,4 @@ it "should redirect to the same url but using https" { run irules/call_irule.tcl call } -stats \ No newline at end of file +stats