Bump daemon and GUI versions

Current changes are no longer compatible with 1.6.x.
This commit is contained in:
Gustavo Iñiguez Goia 2023-11-09 01:05:46 +01:00
parent 9528fb0e6b
commit 6d056b8a7b
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -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"
)

View file

@ -1 +1 @@
version = '1.6.3'
version = '1.7.0'