Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Weidenbaum committed May 12, 2019
1 parent 7b5dd90 commit 38c754e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Fetch Archvault sources with Curl:

```sh
# official release tarball
VERSION=1.5.1
VERSION=1.6.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" : "Archvault",
"version" : "1.5.1",
"version" : "1.6.0",
"author" : "atweiden",
"description" : "Bootstrap Arch with FDE",
"license" : "Unlicense",
Expand Down
2 changes: 1 addition & 1 deletion lib/Archvault.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Archvault::Bootstrap;
use Archvault::Config;
unit class Archvault;

constant $VERSION = v1.5.1;
constant $VERSION = v1.6.0;

method new(
*%opts (
Expand Down

0 comments on commit 38c754e

Please sign in to comment.