From e067f4e30e1293cf0165b2e3673bbf51f108482a Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 11 Mar 2014 11:26:01 -0700 Subject: [PATCH] new version --- config/danbooru_default_config.rb | 2 +- config/deploy/production.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 72af661fa..a0e13f863 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.44.0" + "2.44.1" end # The name of this Danbooru. diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 38ccaedef..2a0fe4117 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,2 +1,2 @@ # server "sonohara.donmai.us", :web, :app, :db, :primary => true -server "hijiribe.donmai.us", :web, :app, :primary => true +server "hijiribe.donmai.us", :web, :app, :db, :primary => true