diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index b3abdbac7f3b6d2a329a81a2bdb8b144cdaac442..3f404a1e93202ea49a8d36a2863c3030148b6e93 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.48
+current_version = 2.0.49
 commit = True
 tag = True
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
diff --git a/Dockerfile b/Dockerfile
index 45961088227adfdbdf0c98c128d9ceb5dd0c4e27..be424772ea53f6a5f863cc3a14af352608e811f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -91,4 +91,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="2.0.48"
+LABEL version="2.0.49"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index fb5470464f0d4c8f0583e4e32c2ec95af8bbaa52..6ec2d948021a12ad23c6b85d47afd3aa0c9685d4 100644
--- a/charts/vs-registrar/Chart.yaml
+++ b/charts/vs-registrar/Chart.yaml
@@ -19,10 +19,10 @@ maintainers:
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "2.0.48"
+version: "2.0.49"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.0.48"
+appVersion: "2.0.49"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index ab99227e7bd8cceeeb1f2394249f641167beb677..de257d6ec43377dcb0385af917ccdd3efdce58f8 100644
--- a/charts/vs-renderer/Chart.yaml
+++ b/charts/vs-renderer/Chart.yaml
@@ -19,10 +19,10 @@ maintainers:
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "2.0.48"
+version: "2.0.49"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.0.48"
+appVersion: "2.0.49"
diff --git a/setup.py b/setup.py
index daa361fec804c4582a21762577c2367f5c1caaa0..8160abddae80ab3dc5a23b2dd2e284144ad1316b 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="2.0.48",
+    version="2.0.49",
     author="",
     author_email="",
     description="registrar for PVS",