MCPcopy Index your code
hub / github.com/gitify-app/gitify / getAppVersion

Function getAppVersion

src/renderer/utils/system/comms.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 * @returns Promise resolving to the app version (e.g. `"6.18.0"`).
34 */
35export async function getAppVersion(): Promise<string> {
36 return await window.gitify.app.version();
37}
38
39/**
40 * Encrypts a plaintext string using the native Electron encryption bridge.

Callers 3

SettingsFooterFunction · 0.90
comms.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected