Skip to content

Commit 8653b37

Browse files
committed
update bust on script
1 parent 3ec17e6 commit 8653b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_unicorn/templates/unicorn/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var useCsrfToken = "{{ USE_CSRF_TOKEN }}" == "True";
77
</script>
88
{% if MINIFIED %}
9-
<script src="{% static 'unicorn/js/unicorn.min.js' %}?bust=20231110"></script>
9+
<script src="{% static 'unicorn/js/unicorn.min.js' %}?bust=20240329"></script>
1010

1111
<script>
1212
const url = "{% url 'django_unicorn:message' %}";

0 commit comments

Comments
 (0)