Skip to content

Commit

Permalink
Merge pull request #38 from mrozigor/bump_0.2
Browse files Browse the repository at this point in the history
bump server version to 0.2
  • Loading branch information
The-EDev authored Oct 31, 2020
2 parents 65f023d + 4a42a6f commit 696fbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ script: make -j4 && ctest -V -j4
after_success:
- cd ..
- if [ "$PUSH_COVERAGE" == "ON" ]; then coveralls -i include --exclude-pattern .*/http_parser_merged.h --exclude-pattern .*/TinySHA1.hpp --gcov-options '\-lp'; fi
- chmod +x generateDocumentationAndDeploy.sh
- chmod +x scripts/generateDocumentationAndDeploy.sh
- if [ "$TRAVIS_BUILD_DOCS" == "ON" ]; then ./scripts/generateDocumentationAndDeploy.sh; fi
2 changes: 1 addition & 1 deletion include/crow/http_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace crow

Handler* handler_;
uint16_t concurrency_{1};
std::string server_name_ = "Crow/0.1";
std::string server_name_ = "Crow/0.2";
uint16_t port_;
std::string bindaddr_;
unsigned int roundrobin_index_{};
Expand Down

0 comments on commit 696fbb1

Please sign in to comment.