Skip to content

Commit

Permalink
Bump CLI version to 1.1.1 (#1055)
Browse files Browse the repository at this point in the history
This sets the CLI version to 1.1.1.

It looks like this will include a couple of fixes:

- #1052 
- #1049
  • Loading branch information
bryfox authored Jan 23, 2024
1 parent 6bb616f commit 0d018a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/mcap/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mcap

// Version of the MCAP library.
var Version = "v1.1.0"
var Version = "v1.1.1"

0 comments on commit 0d018a1

Please sign in to comment.