From 4da7a39f2753567c5d6d7c1ec97f51a7b9a07c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 30 Oct 2020 10:26:01 +0000 Subject: [PATCH] release v3.00.00 --- doc/CHANGELOG.md | 2 +- lib/perl/OVH/Bastion.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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