Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
h3x4n1um committed Jun 6, 2019
1 parent f69121a commit 8268e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rton-json/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ template<class K, class V, class dummy_compare, class A>
using workaround_fifo_map = nlohmann::fifo_map<K, V, nlohmann::fifo_map_compare<K>, A>;
using json = nlohmann::basic_json<workaround_fifo_map>;

const std::string ver = "2.3.1";
const std::string ver = "2.4.0";

json json_decode();
int rton_encode();
Expand Down

0 comments on commit 8268e64

Please sign in to comment.