Skip to content

Commit

Permalink
Bumped versions to v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Jun 19, 2024
1 parent 31fc42a commit 4e7f1ae
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 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.6.5"
Version = "1.6.6"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)
2 changes: 1 addition & 1 deletion ui/opensnitch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.6.5.1'
version = '1.6.6'
6 changes: 6 additions & 0 deletions utils/packaging/daemon/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
opensnitch (1.6.6-1) unstable; urgency=medium

* Non-maintainer upload.

-- gustavo-iniguez-goya <gustavo.iniguez.goya@gmail.com> Thu, 20 Jun 2024 00:02:56 +0200

opensnitch (1.6.5-1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
2 changes: 1 addition & 1 deletion utils/packaging/daemon/rpm/opensnitch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.6.5
Version: 1.6.6
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux interactive application firewall

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

* Non-maintainer upload.

-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Thu, 20 Jun 2024 00:03:33 +0200

opensnitch-ui (1.6.5.1-1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
4 changes: 2 additions & 2 deletions utils/packaging/ui/rpm/opensnitch-ui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name opensnitch-ui
%define version 1.6.5.1
%define unmangled_version 1.6.5.1
%define version 1.6.6
%define unmangled_version 1.6.6
%define release 1
%define __python python3
%define desktop_file opensnitch_ui.desktop
Expand Down

0 comments on commit 4e7f1ae

Please sign in to comment.