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 8dd5626 commit f44b23c
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 @@ -6354,7 +6354,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.2.4'; // x-release-please-version
shaka.Player.version = 'v3.2.4-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 f44b23c

Please sign in to comment.