Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
trosen-r7 committed Jul 29, 2014
1 parent e6bd55c commit 6e5a338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/metasploit/model/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ module Version
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 26
# The patch number, scoped to the {MINOR} version number.
PATCH = 0
# The pre-release version, scoped to the {PATCH} version number.
PRERELEASE = 'generalize-search-association'
PATCH = 1

# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
Expand Down

0 comments on commit 6e5a338

Please sign in to comment.