archrelease: copy trunk to community-any
[ArchLinux/community.git] / opensnitch / repos / community-x86_64 / template-version-strings.patch
blobbc0cc2ae9125bd9916adff2112cc6954bf11008b
1 --- a/daemon/core/version.go
2 +++ b/daemon/core/version.go
3 @@ -3,7 +3,7 @@ package core
4 // version related consts
5 const (
6 Name = "opensnitch-daemon"
7 - Version = "1.5.6"
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
14 @@ -1 +1 @@
15 -version = '1.5.6'
16 +version = '@VERSION@'