diff options
-rw-r--r-- | lib/Term/ANSIColor.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Term/ANSIColor.pm b/lib/Term/ANSIColor.pm index 7469ea1ef7..078844b093 100644 --- a/lib/Term/ANSIColor.pm +++ b/lib/Term/ANSIColor.pm @@ -34,7 +34,7 @@ Exporter::export_ok_tags ('constants'); # Don't use the CVS revision as the version, since this module is also in Perl # core and too many things could munge CVS magic revision strings. -$VERSION = 1.05; +$VERSION = 1.06; ############################################################################## # Internal data structures |