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 6baec6f commit 27cb14dCopy full SHA for 27cb14d
Makefile
@@ -10,7 +10,7 @@ test:
10
go build
11
12
# NOTE: MUST update version number here prior to running 'make release'
13
-VERS=v1.0.7
+VERS=v1.0.8
14
PACKAGE=vulkan
15
GIT_COMMIT=`git rev-parse --short HEAD`
16
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
version.go
@@ -3,7 +3,7 @@
3
package vulkan
4
5
const (
6
- GoVersion = "v1.0.7"
7
- GitCommit = "8a345fd" // the commit JUST BEFORE the release
8
- VersionDate = "2023-10-07 02:17" // UTC
+ GoVersion = "v1.0.8"
+ GitCommit = "6baec6f" // the commit JUST BEFORE the release
+ VersionDate = "2024-07-20 18:47" // UTC
9
)
0 commit comments