Skip to content

Commit 17ccf9d

Browse files
committed
Upgrade geodiff to 2.1.2
1 parent ad5da8c commit 17ccf9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
type: string
1111
REQUESTED_GEODIFF_VER:
1212
description: 'Geodiff version'
13-
default: '2.1.1'
13+
default: '2.1.2'
1414
type: string
1515
env:
1616
PYTHON_API_CLIENT_VER: ${{ inputs.REQUESTED_PYTHON_API_CLIENT_VER || '0.12.0' }}
17-
GEODIFF_VER: ${{ inputs.REQUESTED_GEODIFF_VER || '2.1.1' }}
17+
GEODIFF_VER: ${{ inputs.REQUESTED_GEODIFF_VER || '2.1.2' }}
1818
PYTHON_VER: "38"
1919
jobs:
2020
build_linux_binary:

0 commit comments

Comments
 (0)