Skip to content

Commit

Permalink
chore: Bump to 0.38.0-SNAPSHOT (#6445)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Dec 4, 2024
1 parent 3827ba0 commit e403ffd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/rdeephaven/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rdeephaven
Type: Package
Title: R Client for Deephaven Core
Version: 0.37.0
Version: 0.38.0
Date: 2023-05-12
Author: Deephaven Data Labs
Maintainer: Alex Peters <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cpp-client/deephaven/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()

project(deephaven)

set(deephaven_VERSION 0.37.0)
set(deephaven_VERSION 0.38.0)
set(CMAKE_CXX_STANDARD 17)

# for CMAKE_INSTALL_{dir}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Re-builders who want to inherit the base version, but have their own qualifier can set -PdeephavenBaseQualifier="customQualifier": "X.Y.Z-customQualifier".
#
# Re-builders who want a fully custom version can set -PdeephavenBaseVersion="customVersion" -PdeephavenBaseQualifier="": "customVersion".
deephavenBaseVersion=0.37.0
deephavenBaseVersion=0.38.0
deephavenBaseQualifier=SNAPSHOT

#org.gradle.debug
Expand Down
2 changes: 1 addition & 1 deletion py/client-ticking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cd %DHSRC%\py\client-ticking
rem Ensure we clean the remnants of any pre-existing build.
rmdir build dist /s /q
rem replace the value below to the version you are building
set DEEPHAVEN_VERSION=0.37.0-SNAPSHOT
set DEEPHAVEN_VERSION=0.38.0-SNAPSHOT
python setup.py build_ext -i
```

Expand Down

0 comments on commit e403ffd

Please sign in to comment.