Skip to content

Commit

Permalink
Bump daemon version to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Nov 22, 2021
1 parent 9821800 commit cf7f6b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemon/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package core
// version related consts
const (
Name = "opensnitch-daemon"
Version = "1.4.0"
Version = "1.4.1"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)
2 changes: 1 addition & 1 deletion daemon/opensnitch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
opensnitch (1.4.1-1) unstable; urgency=medium

* Fixed crash when loading invalid rules.

-- gustavo-iniguez-goya <[email protected]> Mon, 22 Nov 2021 21:40:36 +0100

opensnitch (1.4.0-1) unstable; urgency=medium

* final release.
Expand Down

0 comments on commit cf7f6b4

Please sign in to comment.