opensnitch/daemon/core/version.go
2018-04-02 05:34:21 +02:00

8 lines
175 B
Go

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