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>2018-12-25 13:51:35 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-25 13:51:35 +0300
commit2f5416832341821fb1786d0eedca408687ac640c (patch)
tree617207accc61e6b8d34c924aab1106107bcb06dc /lib
parente8dde96236d725bcd7908bd2bd0f0ec7763127fb (diff)
Bump to v4.2.1v4.2.1
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 ea2aa9f..1f65b6e 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '4.1.3'
+ VERSION = '4.2.1'
BOOTSTRAP_SHA = '9e4e94747bd698f4f61d48ed54c9c6d4d199bd32'
end