feat: implement automated versioning.
This commit is contained in:
@@ -10,7 +10,7 @@ const StatusBar: React.FC = () => {
|
||||
{currentStatus}
|
||||
</div>
|
||||
<div className="status-right">
|
||||
<span>K.G.Studio</span>
|
||||
<span>K.G.Studio (v{__APP_VERSION__})</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Vendored
+2
@@ -1 +1,3 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare const __APP_VERSION__: string
|
||||
|
||||
Reference in New Issue
Block a user