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

module Bootstrap
  VERSION       = '4.1.3'
  BOOTSTRAP_SHA = '9e4e94747bd698f4f61d48ed54c9c6d4d199bd32'
end