Skip to content

Commit faa44fd

Browse files
committed
Bump versioning util to version v0.46
1 parent b92f821 commit faa44fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/versioning.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ const ALL_SUPPORTED_JS_API_VERSIONS = [
1414
'v0.42',
1515
'v0.43',
1616
'v0.44',
17+
'v0.45',
1718
]
1819
.sort()
1920
.reverse();
2021
/** latest version number for URLs without version prefix */
21-
const LATEST_VERSION = 'v0.45';
22+
const LATEST_VERSION = 'v0.46';
2223

2324
/** applies only for development and staging */
2425
/** amount DOES NOT include LATEST_VERSION */

0 commit comments

Comments
 (0)