summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
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