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:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-09-04 20:11:25 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-09-04 20:11:25 +0300
commit66a0994c91cb22fb7137aec173c38e136c14b6b9 (patch)
treedd7a2bf5d4c211a4d5143ec809a98ea392100b57
parent8a249c06c7bcd751e2b263c8a29c012c29117753 (diff)
Change development version number to 1.0.0-dev
Lets use the `-dev` suffix for future development versions.
-rw-r--r--config/defaults.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaults.yml b/config/defaults.yml
index 3b3919f00..62f082181 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -4,7 +4,7 @@
defaults:
version:
- number: "0.7.99.0" # Do not touch unless doing a release, do not backport the version number that's in master
+ number: "1.0.0-dev" # Do not touch unless doing a release, do not backport the version number that's in master
heroku: false
environment:
url: "http://localhost:3000/"