diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index bf5004f..121e83a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,2 +1,2 @@ -## v3.00.00 - 2020/xx/xx +## v3.00.00 - 2020/10/30 - First public release \o/ diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 8f9aa70..c163aa9 100644 --- a/lib/perl/OVH/Bastion.pm +++ b/lib/perl/OVH/Bastion.pm @@ -5,7 +5,7 @@ use common::sense; use Fcntl; use POSIX qw(strftime); -our $VERSION = '2.99.99-rc9.4'; +our $VERSION = '3.00.00'; BEGIN { # only used by the handler below