There was an error while loading. Please reload this page.
1 parent 992205a commit 0d7867aCopy full SHA for 0d7867a
2 files changed
admin/src/components/Shell.tsx
@@ -47,7 +47,7 @@ export const Sidebar: React.FC = () => {
47
<VaultbaseLogo size={22} />
48
</span>
49
<div className="sb-brand-name">vaultbase</div>
50
- <div className="sb-brand-version mono">v0.8.0</div>
+ <div className="sb-brand-version mono">v0.8.1</div>
51
</div>
52
{SECTIONS.map((sec) => (
53
<div className="sb-section" key={sec.label}>
src/core/version.ts
@@ -4,4 +4,4 @@
4
*
5
* Bump in lockstep with `package.json` version + the git tag.
6
*/
7
-export const VAULTBASE_VERSION = "0.8.0";
+export const VAULTBASE_VERSION = "0.8.1";
0 commit comments