version 2.7.

This commit is contained in:
Miroslav Šedivý 2022-11-23 00:04:00 +01:00
parent 61ea7b2940
commit c8c39b0f83
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## master branch ## master branch
## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)
### New Features ### New Features
- Added `m1k1o/neko:vivaldi` tag (thanks @Xeddius). - Added `m1k1o/neko:vivaldi` tag (thanks @Xeddius).
- Added `m1k1o/neko:opera` tag (thanks @prophetofxenu). - Added `m1k1o/neko:opera` tag (thanks @prophetofxenu).

View File

@ -39,7 +39,7 @@ var (
// Major version when you make incompatible API changes, // Major version when you make incompatible API changes,
major = "2" major = "2"
// Minor version when you add functionality in a backwards-compatible manner, and // 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 version when you make backwards-compatible bug fixes.
patch = "0" patch = "0"
) )