Skip to content

Commit 14fd275

Browse files
committed
Version bump to 0.10.1 [skip ci]
1 parent 7fc4a5c commit 14fd275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.10.1 (unreleased)
1+
## 0.10.1 (2023-03-20)
22

33
- Added `domain` method to `SatIntVar`
44
- Added `add_linear_constraint` and `add_linear_expression_in_domain` methods to `CpModel`

lib/or_tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ORTools
2-
VERSION = "0.10.0"
2+
VERSION = "0.10.1"
33
end

0 commit comments

Comments
 (0)