Skip to content

Commit

Permalink
Bump version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 16, 2024
1 parent 2a8c01e commit fc3c88f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.8.3 (2024-12-16)

* *(exhttp)* Added global flag for disabling automatic CORS headers when using
JSON response helper functions.

# v0.8.2 (2024-11-16)

* *(ffmpeg)* Added wrapper functions for `ffprobe`.
Expand Down
4 changes: 2 additions & 2 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

package util

const Version = "v0.8.2"
const Version = "v0.8.3"

func VersionArray() [3]uint {
return [3]uint{0, 8, 2}
return [3]uint{0, 8, 3}
}

0 comments on commit fc3c88f

Please sign in to comment.