control-freak-ide/Control-Freak-Documentation/daux/admin-theme/bower_components/select2-bootstrap-css/lib/select2-bootstrap/version.rb
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

10 lines
277 B
Ruby

module Select2
module Bootstrap
# This is updated via the `grunt bump` command, which has a pretty
# unflexible matching syntax.
VERSION_STRING = "'version': '1.4.1'"
# Then, just the version.
VERSION = VERSION_STRING.match(/\d+\.\d+\.\d+/)[0]
end
end