Skip to content

Commit 4f0528a

Browse files
committed
chore: update networkVersion to 2 in configuration file
Bumped the networkVersion from 1 to 2 to indicate breaking changes. This ensures clients are aware of the need to update for compatibility.
1 parent 565888f commit 4f0528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config = {
3333
* It is only incremented on breaking changes
3434
* Use this to know if you must upgrade your service client
3535
*/
36-
networkVersion: 1,
36+
networkVersion: 2,
3737
/**
3838
* Default provider configuration
3939
* These are managed by Matrix AI and Polykey developers

0 commit comments

Comments
 (0)