Skip to content

Commit 566d1b1

Browse files
committed
chore bump version
1 parent 9dade8c commit 566d1b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmd/awgproxy/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"context"
55
"fmt"
6-
"github.com/landlock-lsm/go-landlock/landlock"
76
"log"
87
"net"
98
"net/http"
@@ -14,6 +13,8 @@ import (
1413
"strconv"
1514
"syscall"
1615

16+
"github.com/landlock-lsm/go-landlock/landlock"
17+
1718
"github.com/akamensky/argparse"
1819
"github.com/amnezia-vpn/amneziawg-go/device"
1920
"github.com/mishamosher/awgproxy"
@@ -29,7 +30,7 @@ var default_config_paths = []string{
2930
os.Getenv("HOME") + "/.config/awgproxy.conf",
3031
}
3132

32-
var version = "1.0.9-9-dev"
33+
var version = "1.0.9-10-dev"
3334

3435
func panicIfError(err error) {
3536
if err != nil {

0 commit comments

Comments
 (0)