Skip to content

Commit 92a65f5

Browse files
committed
Bump version of framework to 4.14.25
1 parent abeecec commit 92a65f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.14.24)
4+
metasploit-framework (4.14.25)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -149,7 +149,7 @@ GEM
149149
multipart-post (>= 1.2, < 3)
150150
ffi (1.9.18)
151151
filesize (0.1.1)
152-
fivemat (1.3.3)
152+
fivemat (1.3.4)
153153
gherkin (4.1.3)
154154
google-protobuf (3.3.0)
155155
googleauth (0.5.1)
@@ -163,7 +163,7 @@ GEM
163163
grpc (1.3.4)
164164
google-protobuf (~> 3.1)
165165
googleauth (~> 0.5.1)
166-
i18n (0.8.1)
166+
i18n (0.8.4)
167167
jsobfu (0.4.2)
168168
rkelly-remix
169169
json (2.1.0)
@@ -386,4 +386,4 @@ DEPENDENCIES
386386
yard
387387

388388
BUNDLED WITH
389-
1.15.0
389+
1.15.1

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.24"
33+
VERSION = "4.14.25"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)