Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog.md5
-rw-r--r--config/defaults.yml2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 83d223c5f..61d76d7b5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+# 0.7.18.1
+
+## Bug fixes
+* Update binstubs to fix diaspora\* being unable to start when multiple bundler versions were available [#8392](https://github.com/diaspora/diaspora/pull/8392/commits/bfd42a1914a99ac9c71ecb16bbf6fa5bb118148a)
+
# 0.7.18.0
## Refactor
diff --git a/config/defaults.yml b/config/defaults.yml
index e8d959dfb..285a798df 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -4,7 +4,7 @@
defaults:
version:
- number: "0.7.18.0" # Do not touch unless doing a release, do not backport the version number that's in master
+ number: "0.7.18.1" # Do not touch unless doing a release, do not backport the version number that's in master
heroku: false
environment:
url: "http://localhost:3000/"