diff options
-rw-r--r-- | conf/redhat/puppet.spec | 4 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index b56052144..8eec4a3c2 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -4,8 +4,8 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.13.0 -Release: 3%{?dist} +Version: 0.13.1 +Release: 1%{?dist} License: GPL Group: System Environment/Base diff --git a/lib/puppet.rb b/lib/puppet.rb index dacaa0f34..a52bfeb85 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -14,7 +14,7 @@ require 'puppet/util' # # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.13.0' + PUPPETVERSION = '0.13.1' def Puppet.version return PUPPETVERSION |