We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a7a27 commit f1e5ba9Copy full SHA for f1e5ba9
daemon/core/version.go
@@ -3,7 +3,7 @@ package core
3
// version related consts
4
const (
5
Name = "opensnitch-daemon"
6
- Version = "1.8.0"
+ Version = "1.9.0"
7
Author = "Simone 'evilsocket' Margaritelli"
8
Website = "https://github.com/evilsocket/opensnitch"
9
)
ui/opensnitch/version.py
@@ -1 +1 @@
1
-version = '1.8.0'
+version = '1.9.0'
0 commit comments