Skip to content

Commit

Permalink
ready for 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Mar 25, 2021
1 parent 378431b commit a351dd6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ zadm

[![Unit Tests](https://github.com/omniosorg/zadm/workflows/Unit%20Tests/badge.svg?branch=master&event=push)](https://github.com/omniosorg/zadm/actions?query=workflow%3A%22Unit+Tests%22)

Version: 0.8.2
Version: 0.8.3

Date: 2021-03-21
Date: 2021-03-25

`zadm` is a zone admin tool.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires 'Data::Processor', '== 1.0.6';
requires 'Mojolicious', '== 9.12';
requires 'Mojolicious', '== 9.14';
requires 'IO::Socket::SSL', '== 2.070';
requires 'IO::Uncompress::UnXz', '== 2.101';
requires 'IO::Uncompress::UnZstd', '== 2.101';
Expand Down
4 changes: 2 additions & 2 deletions doc/zadm.pod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ where 'command' is one of the following:
reset <zone_name>
nmi <zone_name>
console [extra_args] <zone_name>
vnc [<[bind_addr:]port>] <zone_name>
vnc [-w] [<[bind_addr:]port>] <zone_name>
log <zone_name>
fw [-r] [-d] [-t] [-m] [-e ipf|ipf6|ipnat] <zone_name>
help [-b <brand>]
Expand Down Expand Up @@ -127,7 +127,7 @@ where 'command' is one of the following:
reset <zone_name>
console [extra_args] <zone_name>
monitor <zone_name>
vnc [<[bind_addr:]port>] <zone_name>
vnc [-w] [<[bind_addr:]port>] <zone_name>
log <zone_name>
help [-b <brand>]
doc [-b <brand>] [-a <attribute>]
Expand Down
6 changes: 3 additions & 3 deletions thirdparty/cpanfile-5.32.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ DISTRIBUTIONS
Text::ParseWords 0
perl 5.006001
version 0.87
Mojolicious-9.12
pathname: S/SR/SRI/Mojolicious-9.12.tar.gz
Mojolicious-9.14
pathname: S/SR/SRI/Mojolicious-9.14.tar.gz
provides:
Mojo undef
Mojo::Asset undef
Expand Down Expand Up @@ -252,7 +252,7 @@ DISTRIBUTIONS
Mojo::UserAgent::Transactor undef
Mojo::Util undef
Mojo::WebSocket undef
Mojolicious 9.12
Mojolicious 9.14
Mojolicious::Command undef
Mojolicious::Command::Author::cpanify undef
Mojolicious::Command::Author::generate undef
Expand Down

0 comments on commit a351dd6

Please sign in to comment.