Skip to content

Commit

Permalink
Version bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkschwartz committed Jan 28, 2014
1 parent d81d818 commit feba6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pigosat.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "fmt"
import "sync"
import "time"

var Version = SemanticVersion{0, 1, 0, "", 0}
var Version = SemanticVersion{0, 2, 0, "", 0}

// PicosatVersion returns the version string from the underlying Picosat
// library.
Expand Down

0 comments on commit feba6c3

Please sign in to comment.