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

module Bootstrap
  VERSION       = '4.1.3'
  BOOTSTRAP_SHA = '12c4d3c248b49f1730c75fcf8fbcb4a97274ccf6'
end