opensnitch/daemon/core/version.go
Gustavo Iñiguez Goia bdafd7fb42 Bump version to 1.3.5
2021-01-11 23:01:23 +01:00

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"
)