Skip to content

Commit

Permalink
Merge pull request #199 from opencontrol/release-1.1.2
Browse files Browse the repository at this point in the history
Increment version to 1.1.2
  • Loading branch information
jcscottiii authored Jul 18, 2016
2 parents d140f74 + d5e71bf commit 721e839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"go-test"
],
"BuildConstraints": "linux,windows,darwin",
"PackageVersion": "1.1.1",
"PackageVersion": "1.1.2",
"TaskSettings": {
"publish-github": {
"owner": "opencontrol",
Expand Down
2 changes: 1 addition & 1 deletion masonry-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
app.Version = "1.1.2"
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "verbose",
Expand Down

0 comments on commit 721e839

Please sign in to comment.