Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxia0 committed Sep 2, 2022
1 parent f79849f commit 0cd9e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

type version = int * int * int

let version: version = (0, 0, 6)
let version: version = (0, 1, 0)

let version_string: string =
let (mj, mi, p) = version
Expand Down

0 comments on commit 0cd9e62

Please sign in to comment.