Skip to content

Commit cff4a1a

Browse files
committed
Bump version to 1.0.1
1 parent 0378c0b commit cff4a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ all:
22
go build -o bin/iguana.exe src/main.go
33

44
release:
5-
go build -o bin/iguana.exe -ldflags "-X main.version=1.0.0" src/main.go
5+
go build -o bin/iguana.exe -ldflags "-X main.version=1.0.1" src/main.go

0 commit comments

Comments
 (0)