Skip to content

Commit b414149

Browse files
committed
library version updated
1 parent 4acb240 commit b414149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config = {
4545
lastVersion: 'current',
4646
versions: {
4747
current: {
48-
label: '4.3',
48+
label: '4.4',
4949
},
5050
3.8: {
5151
label: '3.8',

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Home() {
4141
<div className="row align-items-center">
4242
<div className="col col--6">
4343
<div className={clsx(styles.heroText)}>
44-
<h1 className="hero__title ">BehaviorTree.CPP 4.3</h1>
44+
<h1 className="hero__title ">BehaviorTree.CPP 4.4</h1>
4545
<p className="hero__subtitle">
4646
The C++ library to build Behavior Trees.
4747
<br />

0 commit comments

Comments
 (0)