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: 253a9ad436be5e60a82d7dfa5efaeff8e9d56504 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Bootstrap
  VERSION       = '5.2.1'
  BOOTSTRAP_SHA = '23e50829f958ea1d741d63e2781716be037e4644'
end