1 --- a/daemon/core/version.go
2 +++ b/daemon/core/version.go
3 @@ -3,7 +3,7 @@ package core
4 // version related consts
6 Name = "opensnitch-daemon"
8 + Version = "@VERSION@"
9 Author = "Simone 'evilsocket' Margaritelli"
10 Website = "https://github.com/evilsocket/opensnitch"
12 --- a/ui/opensnitch/version.py
13 +++ b/ui/opensnitch/version.py
16 +version = '@VERSION@'