summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-10 11:30:23 -0800
committerTim Smith <tsmith@chef.io>2018-12-10 11:30:23 -0800
commita8af69ab676ee24442c5f5fa70d69c3eb2e0f45a (patch)
tree73f4eb5bfe190c4ae3d7cc8e72ebd080d65e42fb /lib
parent3e22818cd6a3060324b2239720b156d13935dfb7 (diff)
downloadwmi-lite-a8af69ab676ee24442c5f5fa70d69c3eb2e0f45a.tar.gz
Fix the version file to match the promotion
Without the double quotes expeditor didn't bump this Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/wmi-lite/version.rb2
1 files changed, 1 insertions, 1 deletions
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