diff --git a/src/lib/ui/Navigation.svelte b/src/lib/ui/Navigation.svelte index abfacf8..83ee8f9 100644 --- a/src/lib/ui/Navigation.svelte +++ b/src/lib/ui/Navigation.svelte @@ -28,6 +28,7 @@ import FollowersIcon from '@cf/icons/followers.svg'; const VERSION = APP_VERSION; + const COMMIT = APP_COMMIT; const lang = Lang(); const dispatch = createEventDispatcher(); @@ -184,7 +185,7 @@ {/if} - campfire v{VERSION} + campfire v{VERSION} ({COMMIT})