Skip to content

Commit

Permalink
Mark official release
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 28, 2023
1 parent b799425 commit 4b156ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/manual/src/SUMMARY.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
- [Hacking](contributing/hacking.md)
- [CLI guideline](contributing/cli-guideline.md)
- [Release Notes](release-notes/release-notes.md)
- [Release X.Y (202?-??-??)](release-notes/rl-next.md)
- [Release 2.14 (2023-02-28)](release-notes/rl-2.14.md)
- [Release 2.13 (2023-01-17)](release-notes/rl-2.13.md)
- [Release 2.12 (2022-12-06)](release-notes/rl-2.12.md)
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let
inherit (nixpkgs) lib;

officialRelease = false;
officialRelease = true;

version = lib.fileContents ./.version + versionSuffix;
versionSuffix =
Expand Down

0 comments on commit 4b156ad

Please sign in to comment.