Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ updateVersion.js
File
updateVersion.js
updateVersion.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
fileName = process.argv[2];
2
console.log(
"Begin updating version"
);
3
4
var
versionRe =
new
RegExp(
"([0-9]+)\.([0-9]+)\.([0-9][0-9][0-9][0-9][0-9][0-9])([a-zA-Z0-9-_]*)"
);
Callers
nothing calls this directly
Calls
2
log
Method · 0.80
match
Method · 0.80
Tested by
no test coverage detected