Skip to content

Commit 8b703e4

Browse files
committed
Bump version to 1.3.1
1 parent f0ba637 commit 8b703e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_data/sidebars/3dfier_sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
entries:
44
- title: sidebar
55
product: 3dfier
6-
version: v1.3.0
6+
version: v1.3.1
77
logo: 3dfierLogo.png
88
folders:
99
- title:

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <boost/program_options.hpp>
3737
#include <boost/filesystem.hpp>
3838

39-
std::string VERSION = "1.3.0";
39+
std::string VERSION = "1.3.1";
4040

4141
bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
4242
int main(int argc, const char * argv[]);

0 commit comments

Comments
 (0)