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
path: root/lib
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2020-11-09 01:14:49 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-11-09 01:14:49 +0300
commitac9a327b0e9dc04dca7691b1e08019bf14c01229 (patch)
tree7e35165591f1055b6d5237e7c7be172e467dc438 /lib
parent29f3987b16093a50fc4859e0a1b05af702528f23 (diff)
Bump to v5.0.0.alpha2
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 30e5613..5351e1c 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.alpha1'
+ VERSION = '5.0.0.alpha2'
BOOTSTRAP_SHA = 'b083c9639fd9012e5cba57d6c4088d43b3c3e57d'
end