We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec17e6 commit 8653b37Copy full SHA for 8653b37
django_unicorn/templates/unicorn/scripts.html
@@ -6,7 +6,7 @@
6
var useCsrfToken = "{{ USE_CSRF_TOKEN }}" == "True";
7
</script>
8
{% if MINIFIED %}
9
-<script src="{% static 'unicorn/js/unicorn.min.js' %}?bust=20231110"></script>
+<script src="{% static 'unicorn/js/unicorn.min.js' %}?bust=20240329"></script>
10
11
<script>
12
const url = "{% url 'django_unicorn:message' %}";
0 commit comments