Skip to content

Commit

Permalink
Bump versions to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Jul 27, 2022
1 parent ecc743e commit 82691eb
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.5.1"
Version = "1.5.2"
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.5.1
Version: 1.5.2
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.5.2-1) unstable; urgency=medium

* try to mount debugfs on boot up

-- gustavo-iniguez-goya <[email protected]> Wed, 27 Jul 2022 17:29:33 +0200

opensnitch (1.5.1-1) unstable; urgency=medium

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

* Bug fixes.

-- Gustavo Iñiguez Goia <[email protected]> Wed, 27 Jul 2022 17:30:16 +0200

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

* Better UX experience.
Expand Down
4 changes: 2 additions & 2 deletions ui/opensnitch-ui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name opensnitch-ui
%define version 1.5.1
%define unmangled_version 1.5.1
%define version 1.5.2
%define unmangled_version 1.5.2
%define release 1
%define __python python3
%define desktop_file opensnitch_ui.desktop
Expand Down
2 changes: 1 addition & 1 deletion ui/opensnitch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.5.1'
version = '1.5.2'

0 comments on commit 82691eb

Please sign in to comment.