From 5784c621451e9f74780d9642e7cdef4ca5eb84f0 Mon Sep 17 00:00:00 2001 From: Jeremiah Coleman Date: Mon, 19 Sep 2022 09:59:06 -0400 Subject: [PATCH] bumping version to 1.10.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 306a8fe..73d7b2e 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.9.1" + VERSION = "1.10.0" end end