make version consistent with github tags (#870)

* make version consistent with github tags
This commit is contained in:
NRGLine4Sec 2023-02-28 22:21:55 +01:00 committed by GitHub
parent a22cacf748
commit 7273f73e59
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1 +1 @@
version = '1.6.0rc5'
version = '1.6.0-rc5'