Skip to content

Commit

Permalink
version 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jun 17, 2022
1 parent 7d71fd2 commit fe5a2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master branch

## [n.eko v2.6](https://github.com/m1k1o/neko/releases/tag/v2.6)

### Bugs
- Fixed fullscreen incompatibility for Safari [#121](https://github.com/m1k1o/neko/issues/121).
- Fixed bad emoji matching for e.g. `:+1:` and `:100:` with new regex `/^:([^:\s]+):/`.
Expand Down
2 changes: 1 addition & 1 deletion server/neko.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
// Major version when you make incompatible API changes,
major = "2"
// Minor version when you add functionality in a backwards-compatible manner, and
minor = "5"
minor = "6"
// Patch version when you make backwards-compatible bug fixes.
patch = "0"
)
Expand Down

0 comments on commit fe5a2f9

Please sign in to comment.