Skip to content

Commit d647b5c

Browse files
committed
chore: set repo version to 0.1.0
1 parent 73401a7 commit d647b5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(PACKAGE_BUGREPORT
2222
"https://github.com/googleapis/google-cloud-cpp-bigquery/issues")
2323
project(
2424
google-cloud-cpp-bigquery
25-
VERSION 0.0.0
25+
VERSION 0.1.0
2626
LANGUAGES CXX)
2727
set(PROJECT_VERSION_PRE_RELEASE "")
2828

google/cloud/bigquery_unified/internal/version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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 ""

0 commit comments

Comments
 (0)