Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bootstrap/version.rb')
-rw-r--r--lib/bootstrap/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 93dbf80..61f1e7b 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '5.0.0.alpha3'
- BOOTSTRAP_SHA = '384eccbfaf3f234944f8d60ac70dd7966814c994'
+ VERSION = '5.0.0.beta1'
+ BOOTSTRAP_SHA = '63f3d939eaceeb84dcc77a7392953bcc8c5bc0a3'
end