Skip to content

Commit

Permalink
Merge pull request #110 from opencontrol/version
Browse files Browse the repository at this point in the history
Updating compliance-masonry version
  • Loading branch information
jcscottiii committed Apr 11, 2016
2 parents b93efcc + 1b2ff43 commit 91c20d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonry-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewCLIApp() *cli.App {
app := cli.NewApp()
app.Name = "Compliance Masonry"
app.Usage = "Open Control CLI Tool"
app.Version = "0.1.0"
app.Version = "1.0.0"
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "verbose",
Expand Down

0 comments on commit 91c20d3

Please sign in to comment.