opensnitch/daemon/core/version.go

10 lines
200 B
Go
Raw Normal View History

2018-04-02 05:34:21 +02:00
package core
2020-11-05 21:50:37 +01:00
// version related consts
2018-04-02 05:34:21 +02:00
const (
Name = "opensnitch-daemon"
Version = "1.7.0"
2018-04-02 05:34:21 +02:00
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)