summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-05-19 10:22:58 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-05-19 10:22:58 +1000
commit86e07086ac0a33ec6531b87d3641b0b592110cd2 (patch)
treedf40bcb3237220db2871b33f97b846891b08b115 /lib/facter.rb
parentedbfc44b2c032e489d082664bf011e543b0cba87 (diff)
downloadfacter-86e07086ac0a33ec6531b87d3641b0b592110cd2.tar.gz
facter-86e07086ac0a33ec6531b87d3641b0b592110cd2.tar.xz
facter-86e07086ac0a33ec6531b87d3641b0b592110cd2.zip
Incremented version number to 1.5
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 525dbcd..9e7fe66 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '2.0.0'
+ 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.