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 4acb240 commit b414149Copy full SHA for b414149
docusaurus.config.js
@@ -45,7 +45,7 @@ const config = {
45
lastVersion: 'current',
46
versions: {
47
current: {
48
- label: '4.3',
+ label: '4.4',
49
},
50
3.8: {
51
label: '3.8',
src/pages/index.js
@@ -41,7 +41,7 @@ function Home() {
41
<div className="row align-items-center">
42
<div className="col col--6">
43
<div className={clsx(styles.heroText)}>
44
- <h1 className="hero__title ">BehaviorTree.CPP 4.3</h1>
+ <h1 className="hero__title ">BehaviorTree.CPP 4.4</h1>
<p className="hero__subtitle">
The C++ library to build Behavior Trees.
<br />
0 commit comments