Skip to content

Commit 0e7c4e6

Browse files
committed
release: v0.20.0 series
1 parent c5b1ebf commit 0e7c4e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.20.0

cells/std/cli.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2022 The Standard Authors
22
let
3-
version = "0.15.0+dev";
3+
version = nixpkgs.lib.fileContents (inputs.self + /VERSION);
44

55
inherit (inputs) nixpkgs;
66
inherit (nixpkgs.lib) licenses;

0 commit comments

Comments
 (0)