From e50b220c3717d799f4b66811d430eb0eb9415a31 Mon Sep 17 00:00:00 2001 From: gerrit Date: Sat, 17 May 2025 11:30:46 +0800 Subject: [PATCH] ci: update build version to 02.00.03.69 Change-Id: I154bf7771c516d686725e416014391da084e74c4 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 418e06175..9588809aa 100644 --- a/version.inc +++ b/version.inc @@ -13,7 +13,7 @@ endif() # The build_version should start from 50 in master branch -set(SLIC3R_VERSION "02.00.03.68") +set(SLIC3R_VERSION "02.00.03.69") string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION}) set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")