mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
make version consistent with github tags (#870)
* make version consistent with github tags
This commit is contained in:
parent
a22cacf748
commit
7273f73e59
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.6.0rc5'
|
||||
version = '1.6.0-rc5'
|
||||
|
|
Loading…
Add table
Reference in a new issue