mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Bump ver
This commit is contained in:
@@ -38,5 +38,5 @@
|
||||
tasks:
|
||||
- name: Install FireGuard deb
|
||||
shell: |
|
||||
wget https://github.com/CloudFire-LLC/fireguard/releases/download/0.1.2/fireguard_amd64.deb
|
||||
wget https://github.com/CloudFire-LLC/fireguard/releases/download/0.1.3/fireguard_amd64.deb
|
||||
dpkg -i fireguard_amd64.deb
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule FgHttp.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :fg_http,
|
||||
version: "0.1.2",
|
||||
version: "0.1.3",
|
||||
build_path: "../../_build",
|
||||
config_path: "../../config/config.exs",
|
||||
deps_path: "../../deps",
|
||||
|
||||
@@ -10,7 +10,7 @@ by adding `fg_vpn` to your list of dependencies in `mix.exs`:
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:fg_vpn, "~> 0.1.2"}
|
||||
{:fg_vpn, "~> 0.1.3"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule FgVpn.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :fg_vpn,
|
||||
version: "0.1.2",
|
||||
version: "0.1.3",
|
||||
build_path: "../../_build",
|
||||
config_path: "../../config/config.exs",
|
||||
deps_path: "../../deps",
|
||||
|
||||
@@ -10,7 +10,7 @@ by adding `fg_wall` to your list of dependencies in `mix.exs`:
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:fg_wall, "~> 0.1.2"}
|
||||
{:fg_wall, "~> 0.1.3"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule FgWall.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :fg_wall,
|
||||
version: "0.1.2",
|
||||
version: "0.1.3",
|
||||
build_path: "../../_build",
|
||||
config_path: "../../config/config.exs",
|
||||
deps_path: "../../deps",
|
||||
|
||||
2
mix.exs
2
mix.exs
@@ -8,7 +8,7 @@ defmodule FireguardUmbrella.MixProject do
|
||||
def project do
|
||||
[
|
||||
apps_path: "apps",
|
||||
version: "0.1.2",
|
||||
version: "0.1.3",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
test_coverage: [tool: ExCoveralls],
|
||||
preferred_cli_env: [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: fireguard
|
||||
Version: 0.1.2-1
|
||||
Version: 0.1.3-1
|
||||
Architecture: amd64
|
||||
Maintainer: CloudFire, LLC <dpkg@cloudfire.network>
|
||||
Depends: systemd (>= 245.4-4ubuntu3.3), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql-12 (>= 12.4-0ubuntu0.20.04.1), iptables (>= 1.8.4-3ubuntu2)
|
||||
|
||||
Reference in New Issue
Block a user