Skip to content

Commit

Permalink
VER: Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed May 15, 2024
1 parent e60410a commit 0ccbf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
# Project details
#

project("databento" VERSION 0.17.1 LANGUAGES CXX)
project("databento" VERSION 0.18.0 LANGUAGES CXX)
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)

#
Expand Down
2 changes: 1 addition & 1 deletion pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Databento <[email protected]>
_pkgname=databento-cpp
pkgname=databento-cpp-git
pkgver=0.17.1
pkgver=0.18.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
Expand Down

0 comments on commit 0ccbf66

Please sign in to comment.