--- Coro/Coro.pm 2006/10/24 03:55:28 1.77 +++ Coro/Coro.pm 2006/11/01 01:21:21 1.78 @@ -43,7 +43,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '2.0'; +our $VERSION = '2.1'; our @EXPORT = qw(async cede schedule terminate current); our %EXPORT_TAGS = (