regen archive

This commit is contained in:
DanyLE 2022-07-22 20:13:45 +02:00
parent da5bbdab60
commit e4ccfedbd8
2 changed files with 5 additions and 2 deletions

5
d.ts/antos.d.ts vendored
View File

@ -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;

View File

@ -1 +1 @@
1.2.1
1.2.1-b-da5bbda