lib/codelation/development/postgres.rb in codelation-cli-0.1.1 vs lib/codelation/development/postgres.rb in codelation-cli-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
require "thor"
module Codelation
class Cli < Thor
- POSTGRES_APP_DOWNLOAD_URL = "https://github.com/PostgresApp/PostgresApp/releases/download/9.4.1.0/Postgres-9.4.1.0.zip".freeze
+ POSTGRES_APP_DOWNLOAD_URL = "https://github.com/PostgresApp/PostgresApp/releases/download/9.5.3/Postgres-9.5.3.zip".freeze
private
# Install Postgres.app
def install_postgres