From 228d434873d809e87478828e73827ab23d4183e9 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 27 Feb 2023 09:25:52 +0100 Subject: [PATCH] Bump version v9.5 -> v9.6 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- Version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cc1eda20e8..82a02fe627 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ about: Create a report to help us improve **What version of OR-Tools and what language are you using?** -Version: main/v9.5/v9.4 etc. +Version: main/v9.6/v9.5 etc. Language: C++/Java/Python/C# **Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)** diff --git a/Version.txt b/Version.txt index adfc505a19..4faf03fb25 100644 --- a/Version.txt +++ b/Version.txt @@ -1,3 +1,3 @@ OR_TOOLS_MAJOR=9 -OR_TOOLS_MINOR=5 +OR_TOOLS_MINOR=6 #PRE_RELEASE=YES