From a486f6f96189a9a7215bca53c68bb336907310e8 Mon Sep 17 00:00:00 2001 From: micabot Date: Wed, 9 Aug 2017 16:11:59 -0300 Subject: [PATCH] Update version to 2.6.2 --- RELEASE.md | 4 ++++ VERSION | 2 +- config/default.xml | 2 +- server/models.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 3d40b2f136a..56a4d09fa4a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,10 @@ Make sure you run ```./faraday.py --update``` the first time after an update! New features in the latest update ===================================== +August 9, 2017: +--- +No changes + August 7, 2017: --- * Updated Core Impact plugin to be compatible with 2016 version diff --git a/VERSION b/VERSION index 6a6a3d8e35c..097a15a2af3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/config/default.xml b/config/default.xml index 36ffc528b9c..52b9a0e4cea 100644 --- a/config/default.xml +++ b/config/default.xml @@ -2,7 +2,7 @@ Faraday - Penetration Test IDE - 2.6.1 + 2.6.2 0 -Misc-Fixed-medium-r-normal-*-12-100-100-100-c-70-iso8859-1 ~/ diff --git a/server/models.py b/server/models.py index 10be8b65dec..dbf5543e6d3 100644 --- a/server/models.py +++ b/server/models.py @@ -9,7 +9,7 @@ from sqlalchemy.ext.declarative import declarative_base -SCHEMA_VERSION = 'W.2.6.1' +SCHEMA_VERSION = 'W.2.6.2' Base = declarative_base()