diff --git a/app/main.py b/app/main.py
index ff2cc6f..6d10dc1 100644
--- a/app/main.py
+++ b/app/main.py
@@ -43,7 +43,7 @@ class ServiceListener(Consumer):
             logging.error(f'action of type {action} does not exist.')
 
 def main():
-    logging.info('Starting IRT Service: That Was Rash (v1.4.0)...')
+    logging.info('Starting IRT Service: That Was Rash (v1.4.1)...')
 
     # ToDo: Figure out a much better way of doing this.
     # LocalStack wants 'endpoint_url', while prod doesnt :(