summary refs log tree commit diff
path: root/.version
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-04-24 07:10:23 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2018-04-24 07:10:23 +0200
commite109784f84d44cc73abeaa6c96c5a5d5bf9e3e06 (patch)
tree3e2004d815535e49c3f0ecc023f52d2f3b088c93 /.version
parenta3a2ae65d7ee0ace9e316125b85422fd02937a3a (diff)
downloadnixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.tar
nixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.tar.gz
nixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.tar.bz2
nixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.tar.lz
nixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.tar.xz
nixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.tar.zst
nixlib-e109784f84d44cc73abeaa6c96c5a5d5bf9e3e06.zip
.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`.
Diffstat (limited to '.version')
-rw-r--r--.version2
1 files changed, 1 insertions, 1 deletions
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