We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0378c0b commit cff4a1aCopy full SHA for cff4a1a
Makefile
@@ -2,4 +2,4 @@ all:
2
go build -o bin/iguana.exe src/main.go
3
4
release:
5
- go build -o bin/iguana.exe -ldflags "-X main.version=1.0.0" src/main.go
+ go build -o bin/iguana.exe -ldflags "-X main.version=1.0.1" src/main.go
0 commit comments