diff --git a/version/version.pb.go b/version/version.pb.go
index 8a9dc35..7b2cf69 100644
--- a/version/version.pb.go
+++ b/version/version.pb.go
@@ -29,7 +29,7 @@ var file_github_com_openconfig_gnsi_version_version_proto_rawDesc = []byte{
 	0x74, 0x6f, 0x12, 0x04, 0x67, 0x6e, 0x73, 0x69, 0x1a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
 	0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x70, 0x65, 0x6e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f,
 	0x67, 0x6e, 0x6f, 0x69, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73,
-	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x2c, 0xd2, 0x3e, 0x05, 0x31, 0x2e, 0x36, 0x2e, 0x32,
+	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x2c, 0xd2, 0x3e, 0x05, 0x31, 0x2e, 0x36, 0x2e, 0x33,
 	0x5a, 0x22, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x70, 0x65,
 	0x6e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x67, 0x6e, 0x73, 0x69, 0x2f, 0x76, 0x65, 0x72,
 	0x73, 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
diff --git a/version/version.proto b/version/version.proto
index a14070a..6c0f320 100644
--- a/version/version.proto
+++ b/version/version.proto
@@ -20,5 +20,5 @@ package gnsi;
 
 import "github.com/openconfig/gnoi/types/types.proto";
 
-option (gnoi.types.gnoi_version) = "1.6.2";
+option (gnoi.types.gnoi_version) = "1.6.3";
 option go_package = "github.com/openconfig/gnsi/version";