summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-01 00:06:14 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-01 00:06:14 +0000
commit14d8186ebe8740eab1b320e6a1d6c98c255ad70f (patch)
treeb98daca4feaf4165e518f62a12bc39a9aec872e6 /lib/puppet.rb
parent03357432210eecc5f370f812f473bc5d0a062d64 (diff)
downloadpuppet-14d8186ebe8740eab1b320e6a1d6c98c255ad70f.tar.gz
puppet-14d8186ebe8740eab1b320e6a1d6c98c255ad70f.tar.xz
puppet-14d8186ebe8740eab1b320e6a1d6c98c255ad70f.zip
Making paths work a little more intelligently
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@739 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 7fe07de3d..b66e00cb8 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -1,5 +1,3 @@
-#!/usr/local/bin/ruby -w
-
require 'singleton'
require 'puppet/log'
@@ -13,7 +11,7 @@ require 'puppet/log'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION="0.9.0"
+ PUPPETVERSION="1.0.0"
def Puppet.version
return PUPPETVERSION