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

module Bootstrap
  VERSION       = '4.1.3'
  BOOTSTRAP_SHA = '3b558734382ce58b51e5fc676453bfd53bba9201'
end