From 66f79187d54ee082bc269534edefbe1422ac769f Mon Sep 17 00:00:00 2001
From: Datta <trisha_datta@dell.com>
Date: Thu, 21 Nov 2024 12:29:49 +0530
Subject: [PATCH] Fixing release version

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 7769d50..cd8d502 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@
 author = 'Dell'
 
 # The full version, including alpha/beta/rc tags
-release = '3.3.0.0'
+release = '3.4.0.0'
 
 
 # -- General configuration ---------------------------------------------------