From 8d7e66cdc8150b5390f7cc1de90609a461cc6cc9 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Tue, 23 Apr 2024 17:14:06 +0200
Subject: release assets

---
 templates/layouts/default.html.ep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates')

diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 80ef49e..fbb26ef 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -13,7 +13,7 @@
 	% while (my ($key, $value) = each %{stash('opengraph') // {}}) {
 		<meta property="og:<%= $key %>" content="<%= $value %>">
 	% }
-	% my $av = 'v71'; # asset version
+	% my $av = 'v72'; # asset version
 	<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16">
 	<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32">
 	<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96">
-- 
cgit v1.2.3