summaryrefslogtreecommitdiff
path: root/lib/IO/Async/Internals/FunctionWorker.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IO/Async/Internals/FunctionWorker.pm')
-rw-r--r--lib/IO/Async/Internals/FunctionWorker.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IO/Async/Internals/FunctionWorker.pm b/lib/IO/Async/Internals/FunctionWorker.pm
index b2b808c..d7de859 100644
--- a/lib/IO/Async/Internals/FunctionWorker.pm
+++ b/lib/IO/Async/Internals/FunctionWorker.pm
@@ -8,7 +8,7 @@ package IO::Async::Internals::FunctionWorker;
use strict;
use warnings;
-our $VERSION = '0.801';
+our $VERSION = '0.802';
# Called directly by IO::Async::Function::Worker when used in "code" mode,
# or by run_worker() below.