Skip to content

Commit

Permalink
bump version to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atweiden committed Mar 26, 2022
1 parent f0980c0 commit 2bbab1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Fetch Voidvault sources with Curl:

```sh
# official release tarball
VERSION=1.15.0
VERSION=1.16.0
curl \
-L \
-O \
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"perl" : "6.*",
"name" : "Voidvault",
"version" : "1.15.0",
"version" : "1.16.0",
"author" : "atweiden",
"description" : "Bootstrap Void with FDE",
"license" : "Unlicense",
Expand Down
2 changes: 1 addition & 1 deletion lib/Void/Utils.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Void::XBPS;
use X::Void::XBPS;
unit class Void::Utils;

constant $VERSION = v1.15.0;
constant $VERSION = v1.16.0;

# method voidstrap {{{

Expand Down
2 changes: 1 addition & 1 deletion lib/Voidvault.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Voidvault::Bootstrap;
use Voidvault::Config;
unit class Voidvault;

constant $VERSION = v1.15.0;
constant $VERSION = v1.16.0;

method new(
*%opts (
Expand Down

0 comments on commit 2bbab1f

Please sign in to comment.