From 74aacd94fe54010451c827e82e3a4821ae7dd385 Mon Sep 17 00:00:00 2001 From: Rajasegar Date: Tue, 28 Feb 2023 15:44:58 +0530 Subject: [PATCH] chore: bump version --- lib/codeshift/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codeshift/version.rb b/lib/codeshift/version.rb index 4f48dce..11a5ff6 100644 --- a/lib/codeshift/version.rb +++ b/lib/codeshift/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Codeshift - VERSION = '0.1.9' + VERSION = '0.2.0' end