From 184707c6fc0e19271b903a04a56e0d75ee17cb68 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Mon, 13 Feb 2017 16:04:35 -0800 Subject: [PATCH] Bump version of framework to 4.13.23 --- Gemfile.lock | 4 ++-- lib/metasploit/framework/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 487000a923..5e7e16bfc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.13.22) + metasploit-framework (4.13.23) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -347,4 +347,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.14.3 + 1.14.4 diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 11b741fc89..107e8933a6 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.13.22" + VERSION = "4.13.23" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash