Skip to content

Commit

Permalink
Update library version to v1.0.0. (#741)
Browse files Browse the repository at this point in the history
TEST=none
  • Loading branch information
tmeyer2115 committed Apr 24, 2020
1 parent 988e5f4 commit 671c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @module */

/** The current lib version, reported with errors and analytics */
export const LIB_VERSION = 'v0.13.2';
export const LIB_VERSION = 'v1.0.0';

/** The identifier of the production environment */
export const PRODUCTION = 'production';
Expand Down

0 comments on commit 671c296

Please sign in to comment.