From 0f1ca672e6f27969b3ac756a14b99dc477d8d68d Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Thu, 21 Jan 2021 09:48:16 -0500 Subject: [PATCH] bump version to v0.6.0 --- webrpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrpc.go b/webrpc.go index 43699122..c85dee9e 100644 --- a/webrpc.go +++ b/webrpc.go @@ -10,7 +10,7 @@ import ( "github.com/webrpc/webrpc/schema/ridl" ) -const VERSION = "v0.5.0" +const VERSION = "v0.6.0" func ParseSchemaFile(schemaFilePath string) (*schema.WebRPCSchema, error) { cwd, err := os.Getwd()