No repeated Node ids (#70)

This commit is contained in:
Maciej Hirsz
2018-09-30 10:33:29 +02:00
committed by GitHub
parent dd379676fd
commit 51fb2cf326
2 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ import * as FeedMessage from './feed';
export { Types, FeedMessage };
// Increment this if breaking changes were made to types in `feed.ts`
export const VERSION: Types.FeedVersion = 16 as Types.FeedVersion;
export const VERSION: Types.FeedVersion = 17 as Types.FeedVersion;