Skip to content

Commit d29d1d5

Browse files
committed
Up version to 0.2.0
1 parent 78d6d38 commit d29d1d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src.wsjcpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Automaticly generated by wsjcpp@v0.2.5
1+
# Automaticly generated by wsjcpp@v0.2.7
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.1.0")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.2.0")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-sql-builder")
66

77
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

wsjcpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "wsjcpp-sql-builder"
2-
version: v0.1.0
2+
version: v0.2.0
33
cmake_minimum_required: "3.0"
44
cmake_cxx_standard: "17"
55
description: "C++ Class-helper for build SQL queries"

0 commit comments

Comments
 (0)