opensnitch/daemon/core/version.go
2020-05-17 19:55:07 +02:00

8 lines
177 B
Go

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