Skip to content

Commit b65bedc

Browse files
authored
Release 2.3.0 (#369)
1 parent 9b416be commit b65bedc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set (CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
22
cmake_minimum_required (VERSION 3.13)
3-
project(treelite LANGUAGES CXX C VERSION 2.2.2)
3+
project(treelite LANGUAGES CXX C VERSION 2.3.0)
44

55
set(CMAKE_CXX_STANDARD 14)
66

python/treelite/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.3.0

runtime/java/treelite4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>ml.dmlc</groupId>
77
<artifactId>treelite4j</artifactId>
8-
<version>2.2.2</version>
8+
<version>2.3.0</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.3.0

0 commit comments

Comments
 (0)