From e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 24 Apr 2018 07:10:23 +0200 Subject: .version: remove final newline When reading the `nixpkgs` version from `.version` you always have a `\n` at the end because of the final newline. This issue exists since b7d15ed and had to be fixed several times according to the history of `.version`. Furthermore @Infinisil recommended I explicitly configured `.editorconfig` to avoid newlines in `.version`. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.version') diff --git a/.version b/.version index 770bde1f44b3..c1b80a502792 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -18.09 +18.09 \ No newline at end of file -- cgit 1.4.1