Skip to content

Commit

Permalink
Release 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jul 6, 2011
1 parent d41945c commit 08979cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.6.20
1.6.21
2 changes: 1 addition & 1 deletion lib/rvm.rb
Expand Up @@ -54,7 +54,7 @@
# RVM::Environment.new, versus RVM.environment
#
module RVM
VERSION = "1.6.20"
VERSION = "1.6.21"

require "rvm/errors"

Expand Down
3 changes: 2 additions & 1 deletion scripts/maglev
Expand Up @@ -69,7 +69,8 @@ then
fi

# We're good to go. Let user know.
machine_name="`uname -n`"
machine_name="$(uname -n)"

rvm_log "Starting installation of $version on $machine_name"

# Figure out how much total memory is installed
Expand Down

0 comments on commit 08979cb

Please sign in to comment.