diff --git a/docs/_data/sidebars/3dfier_sidebar.yml b/docs/_data/sidebars/3dfier_sidebar.yml index e658584e..24a55b7c 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.2 + version: v1.3.3 logo: 3dfierLogo.png folders: - title: diff --git a/src/main.cpp b/src/main.cpp index 4234c6c0..ca27d21a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ #include #include -std::string VERSION = "1.3.2"; +std::string VERSION = "1.3.3"; bool validate_yaml(const char* arg, std::set& allowedFeatures); int main(int argc, const char * argv[]);