Skip to content

Commit ac9a327

Browse files
committed
Bump to v5.0.0.alpha2
1 parent 29f3987 commit ac9a327

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
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1717
Add `bootstrap` to your Gemfile:
1818

1919
```ruby
20-
gem 'bootstrap', '~> 5.0.0.alpha1'
20+
gem 'bootstrap', '~> 5.0.0.alpha2'
2121
```
2222

2323
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.alpha1'
4+
VERSION = '5.0.0.alpha2'
55
BOOTSTRAP_SHA = 'b083c9639fd9012e5cba57d6c4088d43b3c3e57d'
66
end

0 commit comments

Comments
 (0)