Skip to content

Commit d4df259

Browse files
committed
Bump to v5.0.0.alpha3
1 parent 477b2d1 commit d4df259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
2020
Add `bootstrap` to your Gemfile:
2121

2222
```ruby
23-
gem 'bootstrap', '~> 5.0.0.alpha2'
23+
gem 'bootstrap', '~> 5.0.0.alpha3'
2424
```
2525

2626
Ensure that `sprockets-rails` is at least v2.3.2.

lib/bootstrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module Bootstrap
4-
VERSION = '5.0.0.alpha2'
4+
VERSION = '5.0.0.alpha3'
55
BOOTSTRAP_SHA = '384eccbfaf3f234944f8d60ac70dd7966814c994'
66
end

0 commit comments

Comments
 (0)