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>2020-08-09 10:37:32 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-08-09 10:37:32 +0300
commitca9e27946b00f0600ed3ca346e09ca0bb7e12899 (patch)
tree6c58b21c1c0622ef3d0e75fc4e5025616532aed5 /lib/bootstrap
parent3fdec8b995d200174099adbfec898c5677918868 (diff)
Bump to v4.5.2v4.5.2
Diffstat (limited to 'lib/bootstrap')
-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 7e89496..419eed8 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Bootstrap
- VERSION = '4.5.0'
+ VERSION = '4.5.2'
BOOTSTRAP_SHA = '5f2480a90ab911babc53039835fe78c6fc12646d'
end