Skip to content

Commit 27cb14d

Browse files
committed
v1.0.8 release -- version.go updated
1 parent 6baec6f commit 27cb14d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010
go build
1111

1212
# NOTE: MUST update version number here prior to running 'make release'
13-
VERS=v1.0.7
13+
VERS=v1.0.8
1414
PACKAGE=vulkan
1515
GIT_COMMIT=`git rev-parse --short HEAD`
1616
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package vulkan
44

55
const (
6-
GoVersion = "v1.0.7"
7-
GitCommit = "8a345fd" // the commit JUST BEFORE the release
8-
VersionDate = "2023-10-07 02:17" // UTC
6+
GoVersion = "v1.0.8"
7+
GitCommit = "6baec6f" // the commit JUST BEFORE the release
8+
VersionDate = "2024-07-20 18:47" // UTC
99
)

0 commit comments

Comments
 (0)