Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
torrentg committed Dec 11, 2022
1 parent ab8f42c commit f0dc295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cqueue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace gto {
* @see https://en.wikipedia.org/wiki/Circular_buffer
* @see https://github.com/torrentg/cqueue
* @note This class is not thread-safe.
* @version 1.0.0
* @version 1.0.1
*/
template<std::copyable T, typename Allocator = std::allocator<T>>
class cqueue {
Expand Down

0 comments on commit f0dc295

Please sign in to comment.