Skip to content

Commit

Permalink
Update the version number in the openapi yaml file to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Nov 15, 2023
1 parent caf137a commit cd8b206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/asyncapi/network_survey_messaging.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncapi: '2.0.0'
info:
title: Network Survey Messaging API
version: '0.13.0'
version: '0.13.1'
description: |
The Network Survey Messaging API defines a set of messages that can be used to describe
wireless survey related events. The messages range from cellular surveys such as GSM, CDMA,
Expand Down Expand Up @@ -1935,7 +1935,7 @@ components:
version:
type: string
description: The version number of the Network Survey Messaging API that this message is based off of.
example: "0.13.0"
example: "0.13.1"

messageType:
type: string
Expand Down

0 comments on commit cd8b206

Please sign in to comment.