Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit f2256c4

Browse files
committed
version bump
1 parent e38ef11 commit f2256c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2',
48+
label: '4.3',
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
@@ -38,7 +38,7 @@ function Home() {
3838
<div className="row align-items-center">
3939
<div className="col col--6">
4040
<div className={clsx(styles.heroText)}>
41-
<h1 className="hero__title ">BehaviorTree.CPP 4.2</h1>
41+
<h1 className="hero__title ">BehaviorTree.CPP 4.3</h1>
4242
<p className="hero__subtitle">
4343
The C++ library to build Behavior Trees.
4444
<br />

0 commit comments

Comments
 (0)