Skip to content

Commit 0c70f04

Browse files
authored
Merge pull request #93 from dolittle/force-back-magic-numbers-in-versioninfo
Fix magic numbers in VersionInfo
2 parents c3c5b61 + 10946f9 commit 0c70f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/sdk/VersionInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export class VersionInfo {
1111
* Gets the current {@link Version} of the Dolittle JS SDK.
1212
*/
1313
static get currentVersion(): Version {
14-
return new Version(21, 0, 0, 0, 'gimli.3');
14+
return new Version(377, 389, 368, 0, 'PRERELEASE');
1515
}
1616
}

0 commit comments

Comments
 (0)