Skip to content

Commit 24a54ba

Browse files
committed
update PG 16
1 parent 5333cab commit 24a54ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/buildAddon.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
set commit=1ec38940e5c6f09a4c1d17a46d839a881c4f2db7
3+
set commit=06670290ad39e61805ecacbc6267df61f6ae3d91
44
set branch=16-latest
55

66
setlocal enabledelayedexpansion

script/buildAddon.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Set the desired commit hash and branch
4-
commit=1ec38940e5c6f09a4c1d17a46d839a881c4f2db7
4+
commit=06670290ad39e61805ecacbc6267df61f6ae3d91
55
branch=16-latest
66

77
# Remember current directory and create a new, unique, temporary directory

0 commit comments

Comments
 (0)