opensnitch/daemon/core/version.go
Gustavo Iñiguez Goia 6d056b8a7b
Bump daemon and GUI versions
Current changes are no longer compatible with 1.6.x.
2023-11-09 01:05:46 +01:00

9 lines
200 B
Go

package core
// version related consts
const (
Name = "opensnitch-daemon"
Version = "1.7.0"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)