diff --git a/main.go b/main.go index 72a6872..b6619a1 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { app.Name = "xake" app.Usage = "a build tool (make) for Ximera" - app.Version = "0.9.3" + app.Version = "0.9.4" // Check to see if this is the newest version Humorously, // go-latest depends on go>=1.7 because that was when "context"