bump version, update license year
This commit is contained in:
parent
3725006984
commit
9f76540c3a
@ -1,5 +1,5 @@
|
|||||||
// VulcanizeDB
|
// VulcanizeDB
|
||||||
// Copyright © 2019 Vulcanize
|
// Copyright © 2021 Vulcanize
|
||||||
|
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@ -21,7 +21,7 @@ import "fmt"
|
|||||||
const (
|
const (
|
||||||
major = 0 // major version component of the current release
|
major = 0 // major version component of the current release
|
||||||
minor = 2 // minor version component of the current release
|
minor = 2 // minor version component of the current release
|
||||||
patch = 10 // patch version component of the current release
|
patch = 11 // patch version component of the current release
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version holds the textual version string.
|
// Version holds the textual version string.
|
||||||
|
Loading…
Reference in New Issue
Block a user