Skip to content

Commit

Permalink
fixing PRERELEASE so it passes rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lsanchez-r7 committed May 11, 2015
1 parent c60908a commit dcec873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metasploit_data_models/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Version
# The patch version number, scoped to the {MAJOR} and {MINOR} version numbers.
PATCH = 0
# The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version numbers.
PRERELEASE = '1-0-0-plus'
PRERELEASE = 'rails-4.0'

#
# Module Methods
Expand Down

0 comments on commit dcec873

Please sign in to comment.