mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
release v3.00.00
This commit is contained in:
parent
8efd6f30ad
commit
4da7a39f27
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
## v3.00.00 - 2020/xx/xx
|
||||
## v3.00.00 - 2020/10/30
|
||||
- First public release \o/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue