diff --git a/server/Changes b/server/Changes index f6e3e35..bc4d5c7 100644 --- a/server/Changes +++ b/server/Changes @@ -191,11 +191,11 @@ Revision history for perl module PLS - Ignore default configuration in the perl. namespace. -0.903 2023-01-21 +0.903, 0.904 2023-01-21 - - Skipped release number + - Skipped release numbers -0.904 2023-01-21 +0.905 2023-01-21 - Many performance improvements for completion - Many usability improvements for completion diff --git a/server/lib/PLS.pm b/server/lib/PLS.pm index dcd1181..4db5039 100644 --- a/server/lib/PLS.pm +++ b/server/lib/PLS.pm @@ -3,7 +3,7 @@ package PLS; use strict; use warnings; -our $VERSION = '0.904'; +our $VERSION = '0.905'; =head1 NAME