diff --git a/pigosat.go b/pigosat.go index d7bafbe..cd308d9 100644 --- a/pigosat.go +++ b/pigosat.go @@ -83,7 +83,7 @@ import ( "unsafe" ) -var Version = SemanticVersion{1, 0, 0, "a", 0} +var Version = SemanticVersion{1, 0, 0, "b", 0} // PicosatVersion is the version string from the underlying PicoSAT library. const PicosatVersion = "965"