There was an error while loading. Please reload this page.
1 parent d9b116e commit 6cb7dbfCopy full SHA for 6cb7dbf
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.7.0</div>
+ <div className="sb-brand-version mono">v0.7.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.7.0";
+export const VAULTBASE_VERSION = "0.7.1";
0 commit comments