summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-07-09 17:56:48 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-07-09 17:56:48 +1000
commit1cf98d16d1c3897ac8a4a059bd823476aace2d34 (patch)
treed12a9a6049d2f88f547fc4e0ba3981a7d3f70050 /lib/facter.rb
parentcd5226657efaa011db4bdd2cce39f711c879c75e (diff)
downloadfacter-1cf98d16d1c3897ac8a4a059bd823476aace2d34.tar.gz
facter-1cf98d16d1c3897ac8a4a059bd823476aace2d34.tar.xz
facter-1cf98d16d1c3897ac8a4a059bd823476aace2d34.zip
Adjusted version to be in line with previous standard
Diffstat (limited to 'lib/facter.rb')
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index 0885349..36889c8 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5'
+ FACTERVERSION = '1.5.0'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.