opensnitch/daemon/core/version.go
Gustavo Iñiguez Goia a1948e259a
Bump versions to 1.6.0
2023-04-22 12:32:53 +02:00

9 lines
200 B
Go

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