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

module Bootstrap
  VERSION       = '4.4.1'
  BOOTSTRAP_SHA = '7a6da5e3e7ad7c749dde806546a35d4d4259d965'
end