We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b5fcc commit 1286173Copy full SHA for 1286173
src/main/scala/delSAT.scala
@@ -69,7 +69,7 @@ object delSAT {
69
70
assert(!(printAnswers && enforceSanityChecks))
71
72
- val version = "0.3.1"
+ val version = "0.3.2"
73
74
val copyrightAndVersionText = "delSAT " + version + "\nCopyright (c) 2018, 2019 Matthias Nickles\nLicense: https://github.com/MatthiasNickles/DelSAT/blob/master/LICENSE"
75
0 commit comments