apps version increased

This commit is contained in:
Gustavo Iñiguez Goia 2020-11-05 21:50:37 +01:00
parent 8c3996ed37
commit c666abe5f9
2 changed files with 3 additions and 2 deletions

View file

@ -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"
)

View file

@ -1 +1 @@
version = '1.0.1'
version = '1.2.0'