Skip to content

Commit

Permalink
Bump to version 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Jan 18, 2013
1 parent 70936da commit e90101a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# rspec-given # rspec-given


Covering rspec-given, version 2.3.0.beta.4. Covering rspec-given, version 2.3.0.


rspec-given is an RSpec extension to allow Given/When/Then notation in rspec-given is an RSpec extension to allow Given/When/Then notation in
RSpec specifications. It is a natural extension of the experimental RSpec specifications. It is a natural extension of the experimental
Expand Down
2 changes: 0 additions & 2 deletions lib/rspec/given/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module Given
VERSION_MAJOR = 2, VERSION_MAJOR = 2,
VERSION_MINOR = 3, VERSION_MINOR = 3,
VERSION_BUILD = 0, VERSION_BUILD = 0,
'beta',
VERSION_BETA = 4,
] ]
VERSION = VERSION_NUMBERS.join(".") VERSION = VERSION_NUMBERS.join(".")
end end
Expand Down

0 comments on commit e90101a

Please sign in to comment.