From 19f828839d55304b0fe64211ed28d32299033045 Mon Sep 17 00:00:00 2001 From: Edgar Hernandez Date: Tue, 1 Dec 2020 21:04:15 +0000 Subject: [PATCH] Bump version for a new release --- lib/aws_lambda_ric/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aws_lambda_ric/version.rb b/lib/aws_lambda_ric/version.rb index 3b33e10..9d9cb24 100644 --- a/lib/aws_lambda_ric/version.rb +++ b/lib/aws_lambda_ric/version.rb @@ -3,5 +3,5 @@ # frozen_string_literal: true module AwsLambdaRuntimeInterfaceClient - VERSION = '1.0.0' + VERSION = '1.0.1' end