Commit 85caa2e6 by amir

change for cloud

parent 581cd022
Showing with 3 additions and 1 deletions
......@@ -3,7 +3,7 @@ project(Microservice)
# version stuff
set (Microservice_VERSION_MAJOR 1)
set (Microservice_VERSION_MINOR 4)
set (Microservice_VERSION_PATCH 1)
set (Microservice_VERSION_PATCH 2)
set(Microservice_VERSION_STRING ${Microservice_VERSION_MAJOR}.${Microservice_VERSION_MINOR}.${Microservice_VERSION_PATCH})
# type build flags
......
## C++ Microservice Framework
## VERSIONS:
# 1.4.2
- moving to municipalitybank.com cloud
# 1.4.1
- add nlohman json to write/read response/request
# 1.4.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment