From 66bf9b576612829fe34b10c947c1f6158f2184ae Mon Sep 17 00:00:00 2001 From: Azeem Sajid Date: Sat, 16 Sep 2023 12:21:17 +0500 Subject: [PATCH] Bump version from 0.4.1 to 0.4.2 --- bin/proto-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/proto-convert b/bin/proto-convert index eba5e66..5c56b8e 100755 --- a/bin/proto-convert +++ b/bin/proto-convert @@ -32,7 +32,7 @@ require 'optparse' require 'English' -VERSION = '0.4.1' +VERSION = '0.4.2' AUTHOR_NAME = 'Azeem Sajid' AUTHOR_EMAIL = '' AUTHOR_INFO = "Author: #{AUTHOR_NAME} #{AUTHOR_EMAIL}"