Skip to content

Commit

Permalink
fix(bump initiative schema version): bump initiative schema version
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/hub-initiatives
  • Loading branch information
Robert Steilberg committed Oct 15, 2019
1 parent 759e80e commit cb2c267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/initiatives/src/migrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { upgradeToTwoDotOne } from "./migrations/upgrade-two-dot-one";
* Current Schema Version
* @protected
*/
export const CURRENT_SCHEMA_VERSION = 2;
export const CURRENT_SCHEMA_VERSION = 2.1;

/**
* Handle Initiative Schema Migrations.
* If the model is on the current schema, the model object is returmed.
* If the model is on the current schema, the model object is returned.
* If a schema migration is applied, a new object will be returned.
*
* @export
Expand Down

0 comments on commit cb2c267

Please sign in to comment.