Skip to content

Commit

Permalink
set version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-hro committed Nov 11, 2024
1 parent 30b4db4 commit ba14cd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/bw/webthing/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

namespace bw::webthing {

constexpr const char version[] = "1.0.6";
constexpr const char version[] = "1.1.0";

} // bw::webthing
2 changes: 1 addition & 1 deletion vcpkg-no-ssl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webthing-cpp",
"version-string": "1.0.6",
"version-string": "1.1.0",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"catch2",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-with-ssl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webthing-cpp",
"version-string": "1.0.6",
"version-string": "1.1.0",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"catch2",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webthing-cpp",
"version-string": "1.0.6",
"version-string": "1.1.0",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"catch2",
Expand Down

0 comments on commit ba14cd5

Please sign in to comment.