diff --git a/django_select2/conf.py b/django_select2/conf.py index 294f5b5..0afab20 100644 --- a/django_select2/conf.py +++ b/django_select2/conf.py @@ -8,7 +8,7 @@ __all__ = ('settings', 'Select2Conf') class Select2Conf(AppConf): """Settings for Django-Select2.""" - LIB_VERSION = '4.0.5' + LIB_VERSION = '4.0.12' """Version of the Select2 library.""" CACHE_BACKEND = 'default'