version 2.7.
This commit is contained in:
parent
61ea7b2940
commit
c8c39b0f83
@ -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).
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user