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