diff --git a/app/commit.json b/app/commit.json index 35ff29c..4e78ac7 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "c4f94aa517a1b46168aaa4aaf1aff3178fea24f0" } +{ "commit": "885e104f279ab8b63d31e0759cbb675c2a409cc5" } diff --git a/app/components/settings/debug/DebugTab.tsx b/app/components/settings/debug/DebugTab.tsx index 76746a8..cd40806 100644 --- a/app/components/settings/debug/DebugTab.tsx +++ b/app/components/settings/debug/DebugTab.tsx @@ -410,7 +410,7 @@ export default function DebugTab() {
{versionHash.slice(0, 7)} - (v{versionTag}) - {latestBranch ? 'nightly' : 'stable'} + (v{versionTag || '0.0.1'}) - {latestBranch ? 'nightly' : 'stable'}