We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b1ebf commit 0e7c4e6Copy full SHA for 0e7c4e6
VERSION
@@ -0,0 +1 @@
1
+0.20.0
cells/std/cli.nix
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2022 The Standard Authors
2
let
3
- version = "0.15.0+dev";
+ version = nixpkgs.lib.fileContents (inputs.self + /VERSION);
4
5
inherit (inputs) nixpkgs;
6
inherit (nixpkgs.lib) licenses;
0 commit comments