Skip to content

Commit

Permalink
push version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosammy committed Jun 10, 2023
1 parent 5599af7 commit 7491d2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Defenders also use canaries as tripwires that can alert them of an attacker with

__Prerequisite:__ You need Go >=1.18 to build knary.
```
go install github.com/sudosammy/knary/v3@latest
go install github.com/sudosammy/knary@latest
```

See [here](#inbound-firewall-requirements) for guidance on which ports to open for knary.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.4
3.4.5
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
VERSION = "3.4.4"
VERSION = "3.4.5"
GITHUB = "https://github.com/sudosammy/knary"
GITHUBVERSION = "https://raw.githubusercontent.com/sudosammy/knary/master/VERSION"
)
Expand Down

0 comments on commit 7491d2b

Please sign in to comment.