Skip to content

Commit

Permalink
Prepared second Beta (version 0.4.0, readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Apr 22, 2024
1 parent f684bdd commit 090228f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)

if (NOT DEFINED MYSQLPOOL_VERSION)
set(MYSQLPOOL_VERSION 0.3.0)
set(MYSQLPOOL_VERSION 0.4.0)
endif()

project(mysqlpool-cpp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The library require C++20 and use C++20 coroutines.

## Status

First BETA release.
Second BETA release.

Please create an issue if you find any problems or if you have suggestions
on how to make the library more useful.
Expand Down

0 comments on commit 090228f

Please sign in to comment.