Skip to content

Commit 446b65c

Browse files
committed
chore: bump v0.8.0
1 parent a0b1c4f commit 446b65c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/src/components/Shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const Sidebar: React.FC = () => {
4747
<VaultbaseLogo size={22} />
4848
</span>
4949
<div className="sb-brand-name">vaultbase</div>
50-
<div className="sb-brand-version mono">v0.7.1</div>
50+
<div className="sb-brand-version mono">v0.8.0</div>
5151
</div>
5252
{SECTIONS.map((sec) => (
5353
<div className="sb-section" key={sec.label}>

src/core/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*
55
* Bump in lockstep with `package.json` version + the git tag.
66
*/
7-
export const VAULTBASE_VERSION = "0.7.1";
7+
export const VAULTBASE_VERSION = "0.8.0";

0 commit comments

Comments
 (0)