Skip to content

Commit

Permalink
Set version to 0.2.1, with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
VonC committed Sep 8, 2020
1 parent 96be7ca commit f898b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for %%i in ("%~dp0.") do SET "dirname=%%~ni"

rem https://medium.com/@joshroppo/setting-go-1-5-variables-at-compile-time-for-versioning-5b30a965d33e
for /f %%i in ('git describe --long --tags --dirty --always') do set gitver=%%i
set VERSION=v0.2.0
set VERSION=v0.2.1
for /f %%i in ('git config user.name') do set usern=%%i

rem https://stackoverflow.com/a/1445724/6309
Expand Down

0 comments on commit f898b10

Please sign in to comment.