Skip to content

1.1.3

Compare
Choose a tag to compare
@rogeruiz rogeruiz released this 04 Apr 19:35
· 313 commits to master since this release

Recompiled binaries to support macOS High Sierra. Manually created using goxc. There are no code changes between this release and the previous 1.1.2 release besides the patch number in the version number.

See the diff below.

diff --git a/.goxc.json b/.goxc.json
index 8fae8fe..9dcf20f 100644
--- a/.goxc.json
+++ b/.goxc.json
@@ -7,7 +7,7 @@
 		"go-test"
 	],
 	"BuildConstraints": "linux,windows,darwin",
-	"PackageVersion": "1.1.2",
+	"PackageVersion": "1.1.3",
 	"TaskSettings": {
 		"publish-github": {
 			"owner": "opencontrol",
diff --git a/masonry-go.go b/masonry-go.go
index 865f1f2..a44c153 100644
--- a/masonry-go.go
+++ b/masonry-go.go
@@ -26,7 +26,7 @@ func NewCLIApp() *cli.App {
 	app := cli.NewApp()
 	app.Name = "Compliance Masonry"
 	app.Usage = "Open Control CLI Tool"
-	app.Version = "1.1.2"
+	app.Version = "1.1.3"
 	app.Flags = []cli.Flag{
 		cli.BoolFlag{
 			Name:  "verbose",