Bump version number in dokku-installer.rb

Just bumping the version number to bring it up-to-date with the rest of the project.
This commit is contained in:
imchairmanm
2014-02-02 13:00:53 -05:00
parent c5b7a63c8d
commit 0272e87433

View File

@@ -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();
</script>
</body>
</html>
</html>