Skip to content

Commit

Permalink
Bumped versions to 1.3.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Nov 28, 2020
1 parent 3c06fbf commit 6619124
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 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.3.0rc1"
Version = "1.3.0rc2"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)
3 changes: 2 additions & 1 deletion daemon/opensnitch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.3.0rc
Version: 1.3.0rc2
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall

Expand Down Expand Up @@ -87,4 +87,5 @@ rm -rf %{buildroot}
%{_bindir}/opensnitchd
/usr/lib/systemd/system/opensnitch.service
%{_sysconfdir}/opensnitchd/default-config.json
%{_sysconfdir}/opensnitchd/system-fw.json
%{_sysconfdir}/logrotate.d/opensnitch
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
opensnitch (1.3.0~rc-2) UNRELEASED; urgency=medium

* Non-maintainer upload.
*

-- gustavo-iniguez-goya <[email protected]> Fri, 27 Nov 2020 23:21:31 +0100

opensnitch (1.3.0~rc-1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
7 changes: 7 additions & 0 deletions ui/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
opensnitch-ui (1.3.0~rc-2) UNRELEASED; urgency=medium

* Non-maintainer upload.
*

-- Gustavo Iñiguez Goia <[email protected]> Fri, 27 Nov 2020 23:22:08 +0100

opensnitch-ui (1.3.0~rc-1) unstable; urgency=medium

* Non-maintainer upload.
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.3.0rc1'
version = '1.3.0rc2'

0 comments on commit 6619124

Please sign in to comment.