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

module Bootstrap
  VERSION       = '5.2.0'
  BOOTSTRAP_SHA = 'edf9c40956d19e6ab3f9151bfe0dfac6be06fa21'
end