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 fa8152f commit 8ee923cCopy full SHA for 8ee923c
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
4
# Project details
5
#
6
7
-project("databento" VERSION 0.13.1 LANGUAGES CXX)
+project("databento" VERSION 0.14.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.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments