From 3c9925de522dc034517e7badc81837714f891e91 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Mon, 22 Mar 2021 09:35:06 -0500 Subject: [PATCH] Version bump to 0.5.0 --- lib/watchbuild/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/watchbuild/version.rb b/lib/watchbuild/version.rb index 1a9078e..cf65201 100644 --- a/lib/watchbuild/version.rb +++ b/lib/watchbuild/version.rb @@ -1,4 +1,4 @@ module WatchBuild - VERSION = '0.4.0'.freeze + VERSION = '0.5.0'.freeze DESCRIPTION = 'Get a notification once your App Store Connect build is finished processing'.freeze end