Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki committed May 31, 2022
1 parent d17ac2d commit da13455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func New() *cli.App {
app.HelpName = "qasm"
app.Usage = "Run Quantum Computation Simulator with OpenQASM 3.0"
app.Action = cmd.Action
app.Version = "0.0.2"
app.Version = "0.0.7"
app.Flags = []cli.Flag{
&cli.StringFlag{
Name: "file",
Expand Down

0 comments on commit da13455

Please sign in to comment.