Update hardcoded version to 1.8.0

This commit is contained in:
mARTin 2026-03-01 12:36:34 +01:00
parent 4d24044aa5
commit e40b129d1d

View File

@ -9883,7 +9883,7 @@ function SettingsSidebar({
color: "var(--weekly-settings-label)", color: "var(--weekly-settings-label)",
}} }}
> >
Version {process.env.NEXT_PUBLIC_APP_VERSION || "1.7.0"} Version {process.env.NEXT_PUBLIC_APP_VERSION || "1.8.0"}
</p> </p>
</div> </div>
</div> </div>