Skip to content

Commit

Permalink
chore: Add missing -uncompiled back to Player version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Feb 17, 2022
1 parent ee5d9ac commit 67a11fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6118,7 +6118,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.1.6'; // x-release-please-version
shaka.Player.version = 'v3.1.6-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down

0 comments on commit 67a11fc

Please sign in to comment.