bump version

This commit is contained in:
brmnjsh 2023-09-15 18:38:58 +00:00
parent 504d58dca0
commit 181875c2b5

View File

@ -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 :(