We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6b531 commit ada9244Copy full SHA for ada9244
index.html
@@ -247,6 +247,10 @@ <h2 class="modal-title">Terminal Settings</h2>
247
<span class="text-xs text-gray-400 mt-1 block">Directory where session worktrees will be stored</span>
248
</div>
249
250
+ <div class="text-center text-xs text-gray-500 mt-6 pt-4 border-t border-gray-700">
251
+ <span id="app-version">FleetCode v1.0.1-beta.7</span>
252
+ </div>
253
+
254
<div class="btn-group">
255
<button id="cancel-settings" class="btn-secondary">Cancel</button>
256
<button id="reset-settings" class="btn-secondary">Reset to Default</button>
0 commit comments