summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-18 23:11:58 -0400
committerMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-18 23:11:58 -0400
commitf2487c8e923b2cd5ea3fef05cc9c7e48b95555c1 (patch)
tree01637298a244ad83ff5f9d5d274bc36d97713299
parent7b04efcfeae3a9587dda7056b30acdab0c2474af (diff)
Reving the version
-rw-r--r--everest-bootstrap/lib/everest-bootstrap/version.rb2
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