Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Jul 13, 2021
1 parent 271636f commit 8dd525b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify version format
version: "1.0.1.{build}"
version: "1.0.2.{build}"

# Image to use
image: Visual Studio 2019
Expand Down
2 changes: 1 addition & 1 deletion include/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GitHub: https://github.com/chronoxor/CppCommon
namespace CppCommon {

//! Project version
const char version[] = "1.0.1.0";
const char version[] = "1.0.2.0";

} // namespace CppCommon

Expand Down

0 comments on commit 8dd525b

Please sign in to comment.