diff --git a/.github/doxygen/Doxyfile b/.github/doxygen/Doxyfile
index de17f930..7703efa1 100644
--- a/.github/doxygen/Doxyfile
+++ b/.github/doxygen/Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = "LLM for Unity"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = v2.2.4
+PROJECT_NUMBER = v2.3.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/Runtime/LLMUnitySetup.cs b/Runtime/LLMUnitySetup.cs
index 94bca0be..ddf06941 100644
--- a/Runtime/LLMUnitySetup.cs
+++ b/Runtime/LLMUnitySetup.cs
@@ -100,7 +100,7 @@ public class LLMUnitySetup
{
// DON'T CHANGE! the version is autocompleted with a GitHub action
/// LLM for Unity version
- public static string Version = "v2.2.4";
+ public static string Version = "v2.3.0";
/// LlamaLib version
public static string LlamaLibVersion = "v1.1.12";
/// LlamaLib release url
diff --git a/VERSION b/VERSION
index 3b56826b..b1d18bc4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v2.2.4
+v2.3.0
diff --git a/package.json b/package.json
index 49a81c0e..35d2c79b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ai.undream.llm",
- "version": "2.2.4",
+ "version": "2.3.0",
"displayName": "LLM for Unity",
"description": "LLM for Unity allows to run and distribute Large Language Models (LLMs) in the Unity engine.",
"unity": "2022.3",