Skip to content

Commit 238782d

Browse files
committed
bump version
1 parent 0b31d1e commit 238782d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5
6+
version: v1.4.0
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.5";
39+
std::string VERSION = "1.4.0";
4040

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

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "3dfier",
3-
"version-string": "1.3.5",
3+
"version-string": "1.4.0",
44
"dependencies": [
55
"boost-program-options",
66
"boost-geometry",

0 commit comments

Comments
 (0)