Skip to content

Commit

Permalink
DOC v0.19 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jan 27, 2021
1 parent 9dbf2c8 commit 76b92d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# raft 0.19.0 (Date TBD)

## New Features

## Improvements

## Bug Fixes

# RAFT 0.18.0 (Date TBD)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project(RAFT VERSION 0.18.0 LANGUAGES CXX CUDA)
project(RAFT VERSION 0.19.0 LANGUAGES CXX CUDA)

##############################################################################
# - build type ---------------------------------------------------------------
Expand Down

0 comments on commit 76b92d5

Please sign in to comment.