Skip to content

Commit

Permalink
Merge pull request #1 from netfoundry/update-zfw-router-ver-req
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki authored Dec 10, 2024
2 parents e3f7f21 + 28b0a50 commit df98cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Set Deb Predepends
run: |
echo 'Pre-Depends: ziti-edge-tunnel (>= 1.2.7), zfw-router (>= 0.9.4)' >> ${{ steps.deb_dir.outputs.deb_dir }}/DEBIAN/control
echo 'Pre-Depends: ziti-edge-tunnel (>= 1.2.9), zfw-router (>= 0.9.6)' >> ${{ steps.deb_dir.outputs.deb_dir }}/DEBIAN/control
cp -p files/10-run-as-root.conf ${{ steps.deb_dir.outputs.deb_dir }}/etc/systemd/system/ziti-edge-tunnel.service.d
- name: Build deb package
Expand Down
2 changes: 1 addition & 1 deletion files/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.1"
"version": "0.0.2"
}

0 comments on commit df98cc8

Please sign in to comment.