Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
torrentg committed Oct 11, 2023
1 parent 7217805 commit 5f86581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace gto {
* @see https://en.cppreference.com/w/cpp/string/basic_string
* @see https://github.com/torrentg/cstring
* @note This class is immutable.
* @version 1.0.1
* @version 1.0.2
*/
template<typename Char,
typename Traits = std::char_traits<Char>,
Expand Down

0 comments on commit 5f86581

Please sign in to comment.