mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Bump daemon and GUI versions
Current changes are no longer compatible with 1.6.x.
This commit is contained in:
parent
9528fb0e6b
commit
6d056b8a7b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package core
|
|||
// version related consts
|
||||
const (
|
||||
Name = "opensnitch-daemon"
|
||||
Version = "1.6.2"
|
||||
Version = "1.7.0"
|
||||
Author = "Simone 'evilsocket' Margaritelli"
|
||||
Website = "https://github.com/evilsocket/opensnitch"
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.6.3'
|
||||
version = '1.7.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue