diff --git a/pste/templates/base.html b/pste/templates/base.html
index 98dce39..d313c12 100644
--- a/pste/templates/base.html
+++ b/pste/templates/base.html
@@ -24,6 +24,10 @@
{% if current_user.is_authenticated %}
+
Log out
diff --git a/pyproject.toml b/pyproject.toml
index 051c3b6..95025bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pste"
-version = "0.8.2"
+version = "0.8.3"
description = "Just a simple file hosting application inspired by the likes of pomf.se and teknik.io."
authors = ["Lee Watson
"]
license = "GPL-3.0+"