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

module Bootstrap
  VERSION       = '5.0.0.alpha3'
  BOOTSTRAP_SHA = '384eccbfaf3f234944f8d60ac70dd7966814c994'
end