From a1fedb751b4fc31892ff734e3f04df23ce909392 Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Fri, 23 Feb 2024 14:11:35 +0200 Subject: [PATCH] Update license hash --- extra/lib/license.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lib/license.ex b/extra/lib/license.ex index e62bfaa48ea8..7685914d5704 100644 --- a/extra/lib/license.ex +++ b/extra/lib/license.ex @@ -26,7 +26,7 @@ defmodule Plausible.License do end end - @license_hash "4qidue2klxynf4vrprlxuouwjos7dnyn4nsquamkrfhtn3ts6ova====" + @license_hash "xzkur3kviqzgui4bahub3n4crxxcfp2tqxtwoehwkeqthpq3lyqq====" defp has_valid_license?() do hash = :crypto.hash(:sha256, Application.fetch_env!(:plausible, :license_key))