mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
apps version increased
This commit is contained in:
parent
8c3996ed37
commit
c666abe5f9
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
package core
|
||||
|
||||
// version related consts
|
||||
const (
|
||||
Name = "opensnitch-daemon"
|
||||
Version = "1.0.1"
|
||||
Version = "1.2.0"
|
||||
Author = "Simone 'evilsocket' Margaritelli"
|
||||
Website = "https://github.com/evilsocket/opensnitch"
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.0.1'
|
||||
version = '1.2.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue