diff --git a/gallery/static/js/index.js b/gallery/static/js/index.js
index c679e5c..fdff447 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.09 ' +
+ 'V23.04.10 ' +
'using Phosphoricons and Flask.' +
'
Made by Fluffy and others with ❤️');
}
diff --git a/pyproject.toml b/pyproject.toml
index 56cb6f9..e4c513a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onlylegs"
-version = "23.04.09"
+version = "23.04.10"
description = "Gallery built for fast and simple image management"
authors = ["Fluffy-Bean "]
license = "MIT"
diff --git a/run.py b/run.py
index 59a0f17..b7efc15 100644
--- a/run.py
+++ b/run.py
@@ -15,7 +15,7 @@ print(
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
######## ### #### ########## ### ########## ######### ######### ########
- Created by Fluffy Bean - Version 23.04.09
+ Created by Fluffy Bean - Version 23.04.10
"""
)