diff --git a/pigosat.go b/pigosat.go index e95cde6..2cd9ad7 100644 --- a/pigosat.go +++ b/pigosat.go @@ -84,7 +84,7 @@ import ( ) // Version is PiGoSAT's semantic version number. See http://semver.org. -const Version = "1.0.0-rc.1" +const Version = "1.0.0" // PicosatVersion is the version string from the underlying PicoSAT library. const PicosatVersion = "965"