Skip to content

Commit 0010773

Browse files
committed
More version number updates
1 parent 980b617 commit 0010773

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Release/CHECKLIST

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[ ] Change version number (MAJOR, MINOR, PATCH) in Makefile
22
[ ] Change version numbers in doc listings
33
[ ] Change version numbers in prelude, base, contrib, network, and test ipkgs
4+
[ ] Change version number in idris2api.ipkg
5+
[ ] Change version number in flake.nix
46
[ ] Change version number in test pkg010 (TODO: make this step unnecessary!)
57
[ ] Update bootstrap chez and racket
68
[ ] Tag on github with version number (in the form vX.Y.Z)

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
};
99

1010
outputs = { self, nixpkgs, flake-utils, idris-emacs-src }:
11-
let idris2-version = "0.3.0";
11+
let idris2-version = "0.4.0";
1212
in flake-utils.lib.eachDefaultSystem (system:
1313
let pkgs = import nixpkgs { inherit system; };
1414
idris2Pkg = pkgs.callPackage ./nix/package.nix { inherit idris2-version; };

idris2api.ipkg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package idris2
2-
version = 0.3.0
2+
version = 0.4.0
33

44
modules =
55
Algebra,

0 commit comments

Comments
 (0)