File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ prereq:
5454
5555
5656# NOTE: MUST update version number here prior to running 'make release' and edit this file!
57- VERS =v0.4.9
57+ VERS =v0.4.10
5858PACKAGE =main
5959GIT_COMMIT =` git rev-parse --short HEAD `
6060VERS_DATE =` date -u +%Y-%m-%d\ %H:%M `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build_script:
2727 - " %CPYTHON3DIR%\\ python --version"
2828 - " %CPYTHON3DIR%\\ python -m pip install --upgrade pip"
2929 - " %CPYTHON3DIR%\\ python -m pip install cffi"
30- - " %CPYTHON3DIR%\\ python -m pip install --user -U pybindgen"
30+ - " %CPYTHON3DIR%\\ python -m pip install pybindgen"
3131 - go version
3232 - go env
3333 - go get -v -t ./...
Original file line number Diff line number Diff line change 33package main
44
55const (
6- Version = "v0.4.9 "
7- GitCommit = "9dde376 " // the commit JUST BEFORE the release
8- VersionDate = "2024-04-23 00:02 " // UTC
6+ Version = "v0.4.10 "
7+ GitCommit = "b735a58 " // the commit JUST BEFORE the release
8+ VersionDate = "2024-05-03 22:57 " // UTC
99)
You can’t perform that action at this time.
0 commit comments