diff --git a/docs/changelog.md b/docs/changelog.md index abe211e7..511a5a70 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,8 @@ ## master branch +## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7) + ### New Features - Added `m1k1o/neko:vivaldi` tag (thanks @Xeddius). - Added `m1k1o/neko:opera` tag (thanks @prophetofxenu). diff --git a/server/neko.go b/server/neko.go index abaec5f6..7301986b 100644 --- a/server/neko.go +++ b/server/neko.go @@ -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 = "6" + minor = "7" // Patch version when you make backwards-compatible bug fixes. patch = "0" )