Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty authored Apr 11, 2018
1 parent 413dac7 commit 9f8b22a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions check_esxi_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Copyright (c) 2015 Andreas Gottwald
# Copyright (c) 2015 Stanislav German-Evtushenko
# Copyright (c) 2015 Stefan Roos
# Copyright (c) 2017 Peter Newman
# Copyright (c) 2018 Peter Newman
#
# The VMware 4.1 CIM API is documented here:
# http://www.vmware.com/support/developer/cim-sdk/4.1/smash/cim_smash_410_prog.pdf
Expand Down Expand Up @@ -252,6 +252,10 @@
#@ Author : Claudio Kuenzler (www.claudiokuenzler.com)
#@ Reason : Try to use internal pywbem function to determine version
#@---------------------------------------------------
#@ Date : 20180411
#@ Author : Peter Newman
#@ Reason : Throw an unknown if we can't fetch the data for some reason
#@---------------------------------------------------

import sys
import time
Expand All @@ -260,7 +264,7 @@
import pkg_resources
from optparse import OptionParser,OptionGroup

version = '20180329'
version = '20180411'

NS = 'root/cimv2'
hosturl = ''
Expand Down

0 comments on commit 9f8b22a

Please sign in to comment.