Bump versions to 1.5.9

This commit is contained in:
Gustavo Iñiguez Goia 2023-06-07 23:33:20 +02:00
parent a0b07000c1
commit be1e7fe405
Failed to generate hash of commit
5 changed files with 11 additions and 5 deletions

View file

@ -3,7 +3,7 @@ package core
// version related consts
const (
Name = "opensnitch-daemon"
Version = "1.5.8"
Version = "1.5.9"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)

View file

@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.5.8
Version: 1.5.9
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
opensnitch (1.5.9-1) unstable; urgency=medium
* New upstream release.
-- Gustavo Iñiguez Goya <gustavo.iniguez.goya@gmail.com> Wed, 07 Jun 2023 23:18:40 +0200
opensnitch (1.5.5-1) unstable; urgency=medium
* New upstream release.

View file

@ -1,6 +1,6 @@
%define name opensnitch-ui
%define version 1.5.8
%define unmangled_version 1.5.8
%define version 1.5.9
%define unmangled_version 1.5.9
%define release 1
%define __python python3
%define desktop_file opensnitch_ui.desktop

View file

@ -1 +1 @@
version = '1.5.8'
version = '1.5.9'