summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-05-23 19:45:52 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-05-23 19:45:52 +0000
commit999929e8d2e805dad0e7f2ecb70d17d60cd485de (patch)
treeca8c7a553cb4c4df10a4abfa25fb8229986e68f7
parent99b61e7c525400a851d1a39d36fec7f062168bc8 (diff)
downloadfacter-999929e8d2e805dad0e7f2ecb70d17d60cd485de.tar.gz
facter-999929e8d2e805dad0e7f2ecb70d17d60cd485de.tar.xz
facter-999929e8d2e805dad0e7f2ecb70d17d60cd485de.zip
Updated to version 1.2.0
git-svn-id: http://reductivelabs.com/svn/facter/trunk@107 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index f99fefe..5111ddd 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -11,7 +11,7 @@ class Facter
include Comparable
include Enumerable
-FACTERVERSION = '1.1.4'
+FACTERVERSION = '1.2.0'
# = Facter 1.0
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.