Skip to content

Commit

Permalink
Bumped to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Nov 27, 2010
1 parent 9e805f9 commit 859121d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/given/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module RSpec
module Given
VERSION_MAJOR = 0
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_BUILD = 0
VERSION_NUMBERS = [VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD]
VERSION = VERSION_NUMBERS.join(".")
end
Expand Down

0 comments on commit 859121d

Please sign in to comment.