File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
google/cloud/bigquery_unified/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(PACKAGE_BUGREPORT
2222 "https://github.com/googleapis/google-cloud-cpp-bigquery/issues" )
2323project (
2424 google-cloud-cpp-bigquery
25- VERSION 0.0 .0
25+ VERSION 0.1 .0
2626 LANGUAGES CXX)
2727set (PROJECT_VERSION_PRE_RELEASE "" )
2828
Original file line number Diff line number Diff line change 1818// NOLINTNEXTLINE(modernize-macro-to-enum)
1919#define GOOGLE_CLOUD_CPP_BIGQUERY_VERSION_MAJOR 0
2020// NOLINTNEXTLINE(modernize-macro-to-enum)
21- #define GOOGLE_CLOUD_CPP_BIGQUERY_VERSION_MINOR 0
21+ #define GOOGLE_CLOUD_CPP_BIGQUERY_VERSION_MINOR 1
2222// NOLINTNEXTLINE(modernize-macro-to-enum)
2323#define GOOGLE_CLOUD_CPP_BIGQUERY_VERSION_PATCH 0
2424#define GOOGLE_CLOUD_CPP_BIGQUERY_VERSION_PRE_RELEASE ""
You can’t perform that action at this time.
0 commit comments