diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-18 23:11:58 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-18 23:11:58 -0400 |
| commit | f2487c8e923b2cd5ea3fef05cc9c7e48b95555c1 (patch) | |
| tree | 01637298a244ad83ff5f9d5d274bc36d97713299 | |
| parent | 7b04efcfeae3a9587dda7056b30acdab0c2474af (diff) | |
Reving the version
| -rw-r--r-- | everest-bootstrap/lib/everest-bootstrap/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/everest-bootstrap/lib/everest-bootstrap/version.rb b/everest-bootstrap/lib/everest-bootstrap/version.rb index 31f0f85..4f79012 100644 --- a/everest-bootstrap/lib/everest-bootstrap/version.rb +++ b/everest-bootstrap/lib/everest-bootstrap/version.rb @@ -2,7 +2,7 @@ module EverestBootstrap module Version MAJOR = 0 MINOR = 4 - BUILD = 2 + BUILD = 3 STRING = [MAJOR, MINOR, BUILD].join(".") end |
