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 7d98596 commit 78a0a2eCopy full SHA for 78a0a2e
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
4
# Project details
5
#
6
7
-project("databento" VERSION 0.24.0 LANGUAGES CXX)
+project("databento" VERSION 0.25.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.24.0
+pkgver=0.25.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments