Skip to content

Commit

Permalink
fix: Play with semver (#41)
Browse files Browse the repository at this point in the history
* changes for testing

* changes for testing

* changes for testing
  • Loading branch information
vsiravar authored Mar 20, 2023
1 parent 671ee70 commit 7ce55e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/finch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ func main() {
if err := xmain(logger, stdLib, fs, stdLib, mem, stdOut); err != nil {
logger.Fatal(err)
}
println("Test")
println("Test2")

}

func xmain(logger flog.Logger,
Expand Down

0 comments on commit 7ce55e3

Please sign in to comment.