From 7bcc175bcdb42f7e35056ae85af55cd0dcbc8f58 Mon Sep 17 00:00:00 2001 From: Brett Fishman Date: Wed, 26 Jan 2022 11:17:21 -0800 Subject: [PATCH] bumping version to 1.8.0 --- lib/stitch_fix/log_weasel/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stitch_fix/log_weasel/version.rb b/lib/stitch_fix/log_weasel/version.rb index fce2a2d..cb64e9d 100644 --- a/lib/stitch_fix/log_weasel/version.rb +++ b/lib/stitch_fix/log_weasel/version.rb @@ -1,5 +1,5 @@ module StitchFix module LogWeasel - VERSION = "1.7.0" + VERSION = "1.8.0" end end