From 0dc0f043c1fc8da2ec772f3dcd232647490cf643 Mon Sep 17 00:00:00 2001 From: Nick Sieger Date: Thu, 26 Oct 2017 10:13:52 -0500 Subject: [PATCH] Version bump --- lib/brew/gem/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/brew/gem/version.rb b/lib/brew/gem/version.rb index 57b928f..629f4a2 100644 --- a/lib/brew/gem/version.rb +++ b/lib/brew/gem/version.rb @@ -1,5 +1,5 @@ module Brew module Gem - VERSION = "0.8.2" + VERSION = "0.8.3" end end