Skip to content

Commit

Permalink
[1.4] bump to 1.4.16
Browse files Browse the repository at this point in the history
* fix name lookup in lolly_tree
* fix inconsistent behaviour between as_int and is_int
  • Loading branch information
jingkaimori authored Mar 19, 2024
1 parent 92113d2 commit 9647502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set_allowedmodes("releasedbg", "release", "debug")
add_rules("mode.debug")

set_project("lolly")
LOLLY_VERSION= "1.4.15"
LOLLY_VERSION= "1.4.16"

set_languages("c++17")
includes("@builtin/check")
Expand Down

0 comments on commit 9647502

Please sign in to comment.