diff --git a/Changes b/Changes index f9c6eff..6a85f28 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Log-Any ** denotes an incompatible change +0.12 Feb 12, 2010 + 0.11 Feb 12, 2010 * Improvements diff --git a/lib/Log/Any.pm b/lib/Log/Any.pm index 1ff0cfb..8d335f8 100644 --- a/lib/Log/Any.pm +++ b/lib/Log/Any.pm @@ -2,7 +2,7 @@ package Log::Any; use strict; use warnings; -our $VERSION = '0.11'; +our $VERSION = '0.12'; # Require rather than use, because it depends on subroutines defined below #