From d5825b96901d66f2fa008bc5d56b907a95faee4c Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Thu, 25 Nov 2021 18:10:19 +0100 Subject: [PATCH] bump version number to 1.3.2 --- docs/_data/sidebars/3dfier_sidebar.yml | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_data/sidebars/3dfier_sidebar.yml b/docs/_data/sidebars/3dfier_sidebar.yml index 5c41e6fa..e658584e 100644 --- a/docs/_data/sidebars/3dfier_sidebar.yml +++ b/docs/_data/sidebars/3dfier_sidebar.yml @@ -3,7 +3,7 @@ entries: - title: sidebar product: 3dfier - version: v1.3.1 + version: v1.3.2 logo: 3dfierLogo.png folders: - title: diff --git a/src/main.cpp b/src/main.cpp index a9114da7..2c5ef833 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ #include #include -std::string VERSION = "1.3.1"; +std::string VERSION = "1.3.2"; bool validate_yaml(const char* arg, std::set& allowedFeatures); int main(int argc, const char * argv[]);