mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
regen archive
This commit is contained in:
parent
da5bbdab60
commit
e4ccfedbd8
5
d.ts/antos.d.ts
vendored
5
d.ts/antos.d.ts
vendored
@ -1622,12 +1622,15 @@ declare namespace OS {
|
||||
build_id: string;
|
||||
/**
|
||||
*Creates an instance of Version.
|
||||
*
|
||||
* @param {string} string string represents the version
|
||||
* @memberof Version
|
||||
*/
|
||||
constructor(string: string);
|
||||
/**
|
||||
* Setter getter to set the version string to the object
|
||||
* Setter/getter to set the version string to the object
|
||||
*
|
||||
* @memberof Version
|
||||
*/
|
||||
set version_string(v: string);
|
||||
get version_string(): string;
|
||||
|
@ -1 +1 @@
|
||||
1.2.1
|
||||
1.2.1-b-da5bbda
|
Loading…
Reference in New Issue
Block a user