From 5c8f23f49f85659a89210d333cbe145b1c6b44b1 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Thu, 14 Jul 2022 10:22:34 -0300 Subject: [PATCH] Bump version to v2.8.1. --- lib/xcode/install/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xcode/install/version.rb b/lib/xcode/install/version.rb index 319b196..4ec5dfa 100644 --- a/lib/xcode/install/version.rb +++ b/lib/xcode/install/version.rb @@ -1,3 +1,3 @@ module XcodeInstall - VERSION = '2.8.0'.freeze + VERSION = '2.8.1'.freeze end