apollodec/Apollo/bower_components/select2-bootstrap-css/lib/select2-bootstrap/version.rb
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

10 lines
277 B
Ruby
Executable File

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