mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-05 17:10:57 +01:00

Current version is stable enough (based on users' feedback) to get it out of the release candidate state. OpenSnitch works and is usable. There's a lot of work yet to do, so let's start from a fresh and shiny release number.
8 lines
174 B
Go
8 lines
174 B
Go
package core
|
|
|
|
const (
|
|
Name = "opensnitch-daemon"
|
|
Version = "1.0.0"
|
|
Author = "Simone 'evilsocket' Margaritelli"
|
|
Website = "https://github.com/evilsocket/opensnitch"
|
|
)
|