diff --git a/gallery/static/js/index.js b/gallery/static/js/index.js
index 5d55656..c679e5c 100644
--- a/gallery/static/js/index.js
+++ b/gallery/static/js/index.js
@@ -65,7 +65,7 @@ window.onload = function () {
}
infoButton.onclick = function () {
popUpShow('OnlyLegs',
- 'V23.04.08 ' +
+ 'V23.04.09 ' +
'using Phosphoricons and Flask.' +
'
Made by Fluffy and others with ❤️');
}
diff --git a/pyproject.toml b/pyproject.toml
index 67fccd7..56cb6f9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onlylegs"
-version = "23.04.08"
+version = "23.04.09"
description = "Gallery built for fast and simple image management"
authors = ["Fluffy-Bean "]
license = "MIT"
diff --git a/run.py b/run.py
index 27cdc1d..59a0f17 100644
--- a/run.py
+++ b/run.py
@@ -15,7 +15,7 @@ print(
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
######## ### #### ########## ### ########## ######### ######### ########
- Created by Fluffy Bean - Version 23.04.08
+ Created by Fluffy Bean - Version 23.04.09
"""
)