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 3f103cf commit 71697a5Copy full SHA for 71697a5
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
4
# Project details
5
#
6
7
-project("databento" VERSION 0.22.0 LANGUAGES CXX)
+project("databento" VERSION 0.23.0 LANGUAGES CXX)
8
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
9
10
pkg/PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Databento <[email protected]>
2
_pkgname=databento-cpp
3
pkgname=databento-cpp-git
-pkgver=0.22.0
+pkgver=0.23.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments