Skip to content

Commit

Permalink
Merge pull request #6 from oposs/bump_wg-meta
Browse files Browse the repository at this point in the history
Bump wg-meta to 0.3.4
  • Loading branch information
sirtoobii authored Mar 23, 2023
2 parents a55cbc7 + e33138b commit 2d13b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: ./configure --prefix=$HOME/test-install
- name: Make
run: make
- name: Test & dist & install
- name: Test
run: |
cp etc/wgwrangler.dist.yaml etc/wgwrangler.yaml
make test
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requires 'CallBackery', '>= 0.42.4';
requires 'Mojo::SQLite';
requires 'Wireguard::WGmeta', '>= 0.3.3';
requires 'Wireguard::WGmeta', '>= 0.3.4';
requires 'Net::IP', '>=1.26';
requires 'Email::MIME';
requires 'Email::Sender';
Expand Down

0 comments on commit 2d13b7d

Please sign in to comment.