Skip to content

Commit

Permalink
Rails 6.1 upgrade represents a minor version bump
Browse files Browse the repository at this point in the history
Due to compatibility requirements this upgrade needs an explicit version bump.
  • Loading branch information
jmartin-tech committed Jul 28, 2021
1 parent 6fbb980 commit 654b109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.55)
metasploit-framework (6.1.0)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Expand Up @@ -30,7 +30,7 @@ def self.get_hash
end
end

VERSION = "6.0.55"
VERSION = "6.1.0"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 654b109

Please sign in to comment.