From a8af69ab676ee24442c5f5fa70d69c3eb2e0f45a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 10 Dec 2018 11:30:23 -0800 Subject: Fix the version file to match the promotion Without the double quotes expeditor didn't bump this Signed-off-by: Tim Smith --- lib/wmi-lite/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb index e4e3a78..9c03faf 100644 --- a/lib/wmi-lite/version.rb +++ b/lib/wmi-lite/version.rb @@ -1,3 +1,3 @@ module WmiLite - VERSION = '1.0.0' + VERSION = "1.0.1".freeze end -- cgit v1.2.1