Skip to content

Commit

Permalink
Update version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Apr 29, 2023
1 parent eab56a3 commit 4ae7e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gapi/gapiCore.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let library_version = "0.4.4"
let library_version = "0.4.5"

module AnnotatedTree = struct
type ('a, 'b) t = Leaf of 'a * 'b | Node of 'a * ('a, 'b) t list
Expand Down

0 comments on commit 4ae7e1a

Please sign in to comment.