From c7dcdfa82aed68b19992c5c8c0298c4cc83f151c Mon Sep 17 00:00:00 2001 From: William Schwartz Date: Mon, 31 Jul 2017 13:10:21 -0500 Subject: [PATCH] Version bump: 1.0 Was going to call this release candidate 1, but not reason not to release now. --- pigosat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"