Skip to content

Commit

Permalink
build: updated minizinc version from 2.8.3 to 2.8.5
Browse files Browse the repository at this point in the history
This is to have a consistent MiniZinc version across AutoIG and Conjure (AutoIG uses 2.8.5 which was released on 3 June 2024).
  • Loading branch information
vincepick authored Nov 20, 2024
1 parent 4bae499 commit 36fbdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/build/install-minizinc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version as of 23 February 2024
VERSION=2.8.3
# version as of 3 June 2024
VERSION=2.8.5
set -o errexit
set -o nounset

Expand Down

0 comments on commit 36fbdbd

Please sign in to comment.