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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-11-23 04:34:39 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-11-23 04:34:39 +0300
commit303a643224ff1190ba5062fee6834ca2012684eb (patch)
treeb5e76a76af983cfc85858cc7fcb60b19072f7962 /lib/bootstrap
parentee46b6505821cb4cba16165d7c017e81b7b558e1 (diff)
Bump to 4.0.0.alpha2v4.0.0.alpha2
Diffstat (limited to 'lib/bootstrap')
-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 d1f13cd..194f87d 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.alpha1'
- BOOTSTRAP_SHA = 'eea6690d0e47b25a02bb42e610fde7e5ecd247d7'
+ VERSION = '4.0.0.alpha2'
+ BOOTSTRAP_SHA = '4d92e2c7ec600d07d4dceb2e9c83d9bcf0ba9268'
end