Skip to content

Commit 56ef71e

Browse files
committed
Update tag in combine.cpp
1 parent 1e6669a commit 56ef71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/combine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
using namespace std;
3333

3434
// Update whenever we have a new Tag
35-
std::string combineTagString = "v10.1.0";
35+
std::string combineTagString = "v10.2.0";
3636
//
3737

3838
int main(int argc, char **argv) {

0 commit comments

Comments
 (0)