From 6b9dca81b0afeac2d324d590063f1bc3a43ef570 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Thu, 19 Nov 2020 15:17:17 +0100 Subject: [PATCH] Bump version to 1.3.0 --- 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 32873e9c..f566eb31 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.2.2 + version: v1.3.0 logo: 3dfierLogo.png folders: - title: diff --git a/src/main.cpp b/src/main.cpp index 190088d3..5f3a5eca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ #include #include -std::string VERSION = "1.2.3"; +std::string VERSION = "1.3.0"; bool validate_yaml(const char* arg, std::set& allowedFeatures); int main(int argc, const char * argv[]);