diff --git a/daemon/core/version.go b/daemon/core/version.go index 96b740c87f..c12740e9be 100644 --- a/daemon/core/version.go +++ b/daemon/core/version.go @@ -2,7 +2,7 @@ package core const ( Name = "opensnitch-daemon" - Version = "1.0.0rc11" + Version = "1.0.0" Author = "Simone 'evilsocket' Margaritelli" Website = "https://github.com/evilsocket/opensnitch" ) diff --git a/daemon/opensnitch.spec b/daemon/opensnitch.spec index 859fe1c38c..0fcd541591 100644 --- a/daemon/opensnitch.spec +++ b/daemon/opensnitch.spec @@ -1,5 +1,5 @@ Name: opensnitch -Version: 1.0.0rc11 +Version: 1.0.0 Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux application firewall diff --git a/debian/changelog b/debian/changelog index d2d0c5f185..c2a711335e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +opensnitch (1.0.0-1) unstable; urgency=medium + + * v1.0.0 released. + + -- gustavo-iniguez-goya Thu, 16 Jul 2020 00:19:26 +0200 + opensnitch (1.0.0rc11-1) unstable; urgency=medium * Fixed multiple race conditions. diff --git a/ui/debian/changelog b/ui/debian/changelog index c386fa5611..7b6c725afd 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,9 @@ +opensnitch-ui (1.0.0-1) unstable; urgency=medium + + * v1.0.0 released. + + -- Gustavo IƱiguez Goia Thu, 16 Jul 2020 00:20:19 +0200 + opensnitch-ui (1.0.0rc11-1) unstable; urgency=medium * Added CWD field. diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index 3a73381c34..de43469d26 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.0.0rc11' +version = '1.0.0'