We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ba637 commit 8b703e4Copy full SHA for 8b703e4
docs/_data/sidebars/3dfier_sidebar.yml
@@ -3,7 +3,7 @@
3
entries:
4
- title: sidebar
5
product: 3dfier
6
- version: v1.3.0
+ version: v1.3.1
7
logo: 3dfierLogo.png
8
folders:
9
- title:
src/main.cpp
@@ -36,7 +36,7 @@
36
#include <boost/program_options.hpp>
37
#include <boost/filesystem.hpp>
38
39
-std::string VERSION = "1.3.0";
+std::string VERSION = "1.3.1";
40
41
bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
42
int main(int argc, const char * argv[]);
0 commit comments