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

version.rb « bootstrap « lib - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 174589f5e8861ee3a9900b2d80e53898a6ea8f82 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Bootstrap
  VERSION       = '5.0.2'
  BOOTSTRAP_SHA = '688bce4fa695cc360a0d084e34f029b0c192b223'
end