1# AppVersionInfo 2 3The **AppVersionInfo** module defines the application version information. You can use [getAppVersionInfo](js-apis-inner-app-context.md#contextgetappversioninfo7) to obtain the version information of the current application. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8 9**System capability**: SystemCapability.Ability.AbilityRuntime.Core 10 11| Name | Type | Readable| Writable| Description | 12| ----------- | ------ | ---- | ---- | -------------- | 13| appName | string | Yes | No | Application name. | 14| versionCode | number | Yes | No | Application version code.| 15| versionName | string | Yes | No | Application version name. | 16