Skip to content

Commit fe5a2f9

Browse files
committed
version 2.6.
1 parent 7d71fd2 commit fe5a2f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master branch
44

5+
## [n.eko v2.6](https://github.com/m1k1o/neko/releases/tag/v2.6)
6+
57
### Bugs
68
- Fixed fullscreen incompatibility for Safari [#121](https://github.com/m1k1o/neko/issues/121).
79
- Fixed bad emoji matching for e.g. `:+1:` and `:100:` with new regex `/^:([^:\s]+):/`.

server/neko.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
// Major version when you make incompatible API changes,
4040
major = "2"
4141
// Minor version when you add functionality in a backwards-compatible manner, and
42-
minor = "5"
42+
minor = "6"
4343
// Patch version when you make backwards-compatible bug fixes.
4444
patch = "0"
4545
)

0 commit comments

Comments
 (0)