Release v0.13.0 - Sinjido (신지도, 薪智島)

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-12-07 15:06:43 +03:00 committed by Alex Vanin
parent 51cf10a734
commit 3dc8bd8e7c
3 changed files with 46 additions and 13 deletions

View file

@ -12,7 +12,7 @@ const (
// any migration routines.
prevMajor = 0
prevMinor = 12
prevPatch = 0
prevPatch = 2
Version = major*1_000_000 + minor*1_000 + patch