Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/itsubaki/qasm
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki authored Jun 27, 2022
2 parents bb5fcc4 + 5e90f56 commit a5b8eaa
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.9"
app.Flags = []cli.Flag{
&cli.StringFlag{
Name: "file",
Expand Down

0 comments on commit a5b8eaa

Please sign in to comment.