From 0272e87433646fe08b78ae11a48aaefc4e8dee40 Mon Sep 17 00:00:00 2001 From: imchairmanm Date: Sun, 2 Feb 2014 13:00:53 -0500 Subject: [PATCH] Bump version number in dokku-installer.rb Just bumping the version number to bring it up-to-date with the rest of the project. --- contrib/dokku-installer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/dokku-installer.rb b/contrib/dokku-installer.rb index 9920549be..8ef81b154 100755 --- a/contrib/dokku-installer.rb +++ b/contrib/dokku-installer.rb @@ -21,7 +21,7 @@ if ARGV[0] == "onboot" exit end -version = "v0.2.0" +version = "v0.2.1" dokku_root = ENV["DOKKU_ROOT"] || "/home/dokku" admin_key = `cat /root/.ssh/authorized_keys`.split("\n").first hostname = `bash -c '[[ $(dig +short $HOSTNAME) ]] && echo $HOSTNAME || curl icanhazip.com'`.strip @@ -119,4 +119,4 @@ __END__ update(); - \ No newline at end of file +