From 6fffe038df96f01688546df40f16dd5ba83a9af9 Mon Sep 17 00:00:00 2001 From: William Schwartz Date: Sat, 18 Jan 2014 16:51:59 -0500 Subject: [PATCH] Version bump to 0.1.0 --- pigosat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pigosat.go b/pigosat.go index 69cc6ee..060825e 100644 --- a/pigosat.go +++ b/pigosat.go @@ -13,7 +13,7 @@ import "time" import "fmt" import "sync" -var Version = SemanticVersion{0, 1, 0, "b", 0} +var Version = SemanticVersion{0, 1, 0, "", 0} // PicosatVersion returns the version string from the underlying Picosat // library.