Skip to content

Commit 467482a

Browse files
committed
doc: v0.23.1
1 parent 4eae3ec commit 467482a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Highlight |
44
| ------ | --------- |
5+
| 0.23.1 | fix: segment encode mode without optimization |
56
| 0.23.0 | api-change: encode mode and optimization options |
67
| 0.22.0 | feat: add codec string for AVC and HEVC |
78
| 0.21.1 | fix: allow MPEG-2 ADTS |

mp4/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
var (
10-
commitVersion string = "v0.23.0" // Updated when building using Makefile
10+
commitVersion string = "v0.23.1" // Updated when building using Makefile
1111
commitDate string // commitDate in Epoch seconds (inserted from Makefile)
1212
)
1313

0 commit comments

Comments
 (0)