mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
9 lines
200 B
Go
9 lines
200 B
Go
package core
|
|
|
|
// version related consts
|
|
const (
|
|
Name = "opensnitch-daemon"
|
|
Version = "1.3.5"
|
|
Author = "Simone 'evilsocket' Margaritelli"
|
|
Website = "https://github.com/evilsocket/opensnitch"
|
|
)
|