From: Jason Ish Date: Mon, 11 Mar 2024 17:19:24 +0000 (-0600) Subject: version: 1.3.1 X-Git-Tag: 1.3.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49803b616dcbdf320d31b019d9d3668430c771b0;p=thirdparty%2Fsuricata-update.git version: 1.3.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 738c000..5f1902f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.3.1 - unreleased +## 1.3.1 - 2024-03-11 - Fix detecting dataset "load" when preceded by a space: https://redmine.openinfosecfoundation.org/issues/6777 - If no Suricata is found, Suricata-Update will assume version 6.0.0 diff --git a/suricata/update/version.py b/suricata/update/version.py index 03a61c2..20d7969 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -4,4 +4,4 @@ # Alpha: 1.0.0a1 # Development: 1.0.0dev0 # Release candidate: 1.0.0rc1 -version = "1.3.1dev0" +version = "1.3.1"