Skip to content

Commit

Permalink
chore(1.4.0) New version tags
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Sep 30, 2019
1 parent 0713494 commit 4095ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq/Version.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Require Import String.

Section Version.
(** Variables are defined as strings *)
Definition qcert_version := "1.3.0"%string.
Definition qcert_version := "1.4.0"%string.

End Version.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qcert",
"version": "1.3.0",
"version": "1.4.0",
"description": "The Q*cert compiler",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4095ca2

Please sign in to comment.