Skip to content

Commit

Permalink
v0.4.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed May 3, 2024
1 parent b735a58 commit 1d7f3a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ prereq:


# NOTE: MUST update version number here prior to running 'make release' and edit this file!
VERS=v0.4.9
VERS=v0.4.10
PACKAGE=main
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_script:
- "%CPYTHON3DIR%\\python --version"
- "%CPYTHON3DIR%\\python -m pip install --upgrade pip"
- "%CPYTHON3DIR%\\python -m pip install cffi"
- "%CPYTHON3DIR%\\python -m pip install --user -U pybindgen"
- "%CPYTHON3DIR%\\python -m pip install pybindgen"
- go version
- go env
- go get -v -t ./...
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package main

const (
Version = "v0.4.9"
GitCommit = "9dde376" // the commit JUST BEFORE the release
VersionDate = "2024-04-23 00:02" // UTC
Version = "v0.4.10"
GitCommit = "b735a58" // the commit JUST BEFORE the release
VersionDate = "2024-05-03 22:57" // UTC
)

0 comments on commit 1d7f3a2

Please sign in to comment.