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

module Bootstrap
  VERSION       = '4.4.1'
  BOOTSTRAP_SHA = 'dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb'
end