summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-05-19 22:29:40 -0500
committerLuke Kanies <luke@madstop.com>2008-05-19 22:29:40 -0500
commitd235f26cb7be5b24d63f7f9a57aabdcf86fb16b4 (patch)
tree2acd86f1b87f6512b1cc90ca534c825dacf0abd8 /lib
parent7e84cdb0a2a951eb3eb002f8846bf219c23cb384 (diff)
Reverting the version.
The releasing system automatically sets the version, and it fails if the current version is equal to the version being released.
Diffstat (limited to 'lib')
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index 9e7fe66..2286400 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.0'
+ FACTERVERSION = '1.3.8'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.