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

module Bootstrap
  VERSION       = '5.2.2'
  BOOTSTRAP_SHA = '961d5ff9844372a4e294980c667bbe7e0651cdeb'
end