Skip to content

Commit 4e79aac

Browse files
committed
Bump version of framework to 4.14.9
1 parent 68347ae commit 4e79aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GIT
3232
PATH
3333
remote: .
3434
specs:
35-
metasploit-framework (4.14.8)
35+
metasploit-framework (4.14.9)
3636
actionpack (~> 4.2.6)
3737
activerecord (~> 4.2.6)
3838
activesupport (~> 4.2.6)

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.14.8"
33+
VERSION = "4.14.9"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)