Skip to content

Commit c9dd863

Browse files
author
Jenkins
committed
Bump version of framework to 4.12.3
1 parent bfdda54 commit c9dd863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.12.2)
4+
metasploit-framework (4.12.3)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -268,4 +268,4 @@ DEPENDENCIES
268268
yard
269269

270270
BUNDLED WITH
271-
1.12.3
271+
1.12.4

lib/metasploit/framework/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

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

0 commit comments

Comments
 (0)