We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60410a commit 0ccbf66Copy full SHA for 0ccbf66
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
4
# Project details
5
#
6
7
-project("databento" VERSION 0.17.1 LANGUAGES CXX)
+project("databento" VERSION 0.18.0 LANGUAGES CXX)
8
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
9
10
pkg/PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Databento <support@databento.com>
2
_pkgname=databento-cpp
3
pkgname=databento-cpp-git
-pkgver=0.17.1
+pkgver=0.18.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments