Skip to content

Commit

Permalink
Merge pull request #175 from opencontrol/bump_to_v1.1.1
Browse files Browse the repository at this point in the history
Bump to v1.1.1
  • Loading branch information
jcscottiii authored Jun 15, 2016
2 parents bb3f189 + 98dea55 commit 05de9bc
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.0",
"PackageVersion": "1.1.1",
"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 @@ -24,7 +24,7 @@ func NewCLIApp() *cli.App {
app := cli.NewApp()
app.Name = "Compliance Masonry"
app.Usage = "Open Control CLI Tool"
app.Version = "1.1.0"
app.Version = "1.1.1"
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "verbose",
Expand Down

0 comments on commit 05de9bc

Please sign in to comment.