diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-21 00:19:11 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-21 00:19:39 -0400 |
| commit | 783bea84b205c72d3714695aea6f77f1302ea0ea (patch) | |
| tree | c2ddf1935592c85567910f15306296313343d6db | |
| parent | 826ce26649a18436a55d6c50bd0848ba4e183e07 (diff) | |
Updating the version
| -rw-r--r-- | cloudmasterd/extra/cloudmasterd.spec | 2 | ||||
| -rw-r--r-- | cloudmasterd/lib/cloudmasterd/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec index 1f9265d..870011d 100644 --- a/cloudmasterd/extra/cloudmasterd.spec +++ b/cloudmasterd/extra/cloudmasterd.spec @@ -6,7 +6,7 @@ Summary: daemon for machine configuration Name: rubygem-%{gemname} -Version: 0.1.2 +Version: 0.1.3 Release: 6%{?dist} Group: Development/Languages License: GPLv2+ or Ruby diff --git a/cloudmasterd/lib/cloudmasterd/version.rb b/cloudmasterd/lib/cloudmasterd/version.rb index 05f6cf3..35bae4f 100644 --- a/cloudmasterd/lib/cloudmasterd/version.rb +++ b/cloudmasterd/lib/cloudmasterd/version.rb @@ -2,7 +2,7 @@ module Cloudmasterd #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 1 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end |
